Searched refs:MOD__ALT_ONLY (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/
H A Dmacros.h46 #define MOD__ALT_ONLY(event) (!((event)->key.state & GDK_SHIFT_MASK) && !((event)->key.state & GDK_CONTROL_MASK) && ((event)->key.state & GDK_MOD1_MASK)) macro
/inkscape/src/ui/tools/
H A Dspiral-tool.cpp264 if (MOD__ALT_ONLY(event)) {
H A Dstar-tool.cpp277 if (MOD__ALT_ONLY(event)) {
H A Darc-tool.cpp259 if (MOD__ALT_ONLY(event)) {
H A Dbox3d-tool.cpp429 if (MOD__ALT_ONLY(event)) {
H A Drect-tool.cpp293 if (MOD__ALT_ONLY(event)) {
H A Dtext-tool.cpp779 if (MOD__ALT_ONLY(event)) {
1233 } else if ((group0_keyval == GDK_KEY_x || group0_keyval == GDK_KEY_X) && MOD__ALT_ONLY(event)) {
H A Dcalligraphic-tool.cpp843 if (MOD__ALT_ONLY(event)) {
H A Deraser-tool.cpp574 if (MOD__ALT_ONLY(event)) {
H A Dgradient-tool.cpp697 if (MOD__ALT_ONLY(event)) {
H A Dselect-tool.cpp1060 if (MOD__ALT_ONLY(event)) {
H A Dtool-base.cpp707 if (MOD__ALT_ONLY(event)) {
H A Dspray-tool.cpp1483 if (MOD__ALT_ONLY(event)) {
H A Dtweak-tool.cpp1448 if (MOD__ALT_ONLY(event)) {

Completed in 6095 milliseconds