Searched refs:SP_VERB_SELECTION_LOWER (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/ |
H A D | verbs.h | 116 SP_VERB_SELECTION_LOWER, enumerator in enum:__anon153
|
H A D | verbs.cpp | 1144 case SP_VERB_SELECTION_LOWER: 2559 new SelectionVerb(SP_VERB_SELECTION_LOWER, "SelectionLower", N_("_Lower"),
|
H A D | selection-chemistry.cpp | 1113 DocumentUndo::done(selection->layers()->getDocument(), SP_VERB_SELECTION_LOWER,
|
/inkscape/src/ui/dialog/ |
H A D | objects.cpp | 736 int ch = event->state & GDK_SHIFT_MASK ? SP_VERB_LAYER_MOVE_TO_PREV : SP_VERB_SELECTION_LOWER; 1201 _fireAction( SP_VERB_SELECTION_LOWER ); 1911 _watchingNonBottom.push_back( &_addPopupItem( targetDesktop, SP_VERB_SELECTION_LOWER, "gtk-go-down", _("Down"), (int)BUTTON_DOWN ) );
|
H A D | tags.cpp | 256 _fireAction( empty ? SP_VERB_LAYER_LOWER : SP_VERB_SELECTION_LOWER );
|
/inkscape/src/widgets/ |
H A D | select-toolbar.cpp | 401 act = create_action_for_verb( Inkscape::Verb::get(SP_VERB_SELECTION_LOWER), view, secondarySize );
|
/inkscape/src/extension/dbus/ |
H A D | document-interface.cpp | 1347 return dbus_call_verb (doc_interface, SP_VERB_SELECTION_LOWER, error);
|
Completed in 90 milliseconds