Searched refs:SP_VERB_SELECTION_LOWER (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/
H A Dverbs.h116 SP_VERB_SELECTION_LOWER, enumerator in enum:__anon153
H A Dverbs.cpp1144 case SP_VERB_SELECTION_LOWER:
2559 new SelectionVerb(SP_VERB_SELECTION_LOWER, "SelectionLower", N_("_Lower"),
H A Dselection-chemistry.cpp1113 DocumentUndo::done(selection->layers()->getDocument(), SP_VERB_SELECTION_LOWER,
/inkscape/src/ui/dialog/
H A Dobjects.cpp736 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 Dtags.cpp256 _fireAction( empty ? SP_VERB_LAYER_LOWER : SP_VERB_SELECTION_LOWER );
/inkscape/src/widgets/
H A Dselect-toolbar.cpp401 act = create_action_for_verb( Inkscape::Verb::get(SP_VERB_SELECTION_LOWER), view, secondarySize );
/inkscape/src/extension/dbus/
H A Ddocument-interface.cpp1347 return dbus_call_verb (doc_interface, SP_VERB_SELECTION_LOWER, error);

Completed in 90 milliseconds