Searched refs:SP_VERB_LAYER_LOWER (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/
H A Dverbs.h161 SP_VERB_LAYER_LOWER, enumerator in enum:__anon153
H A Dverbs.cpp1309 case SP_VERB_LAYER_LOWER: {
1330 case SP_VERB_LAYER_LOWER:
1351 case SP_VERB_LAYER_LOWER:
2665 new LayerVerb(SP_VERB_LAYER_LOWER, "LayerLower", N_("_Lower Layer"),
/inkscape/src/ui/dialog/
H A Dlayers.cpp244 _fireAction( SP_VERB_LAYER_LOWER );
903 _styleButton( *btn, targetDesktop, SP_VERB_LAYER_LOWER, INKSCAPE_ICON("go-down"), C_("Layers", "Dn") );
955 _watchingNonBottom.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_LOWER, INKSCAPE_ICON("layer-lower"), "Down", (int)BUTTON_DOWN ) );
H A Dobjects.cpp737 _fireAction( empty ? SP_VERB_LAYER_LOWER : ch );
1197 _fireAction( SP_VERB_LAYER_LOWER );
H A Dtags.cpp256 _fireAction( empty ? SP_VERB_LAYER_LOWER : SP_VERB_SELECTION_LOWER );
/inkscape/src/extension/dbus/
H A Ddocument-interface.cpp1393 return dbus_call_verb (doc_interface, SP_VERB_LAYER_LOWER, error);

Completed in 117 milliseconds