Searched refs:SP_VERB_LAYER_NEW (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ |
H A D | verbs.h | 151 SP_VERB_LAYER_NEW, enumerator in enum:__anon153
|
H A D | verbs.cpp | 1262 case SP_VERB_LAYER_NEW: { 2645 new LayerVerb(SP_VERB_LAYER_NEW, "LayerNew", N_("_Add Layer..."),
|
/inkscape/src/ui/dialog/ |
H A D | layers.cpp | 219 _fireAction( SP_VERB_LAYER_NEW ); 892 _styleButton( *btn, targetDesktop, SP_VERB_LAYER_NEW, INKSCAPE_ICON("list-add"), C_("Layers", "New") ); 937 _watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_NEW, 0, "New", (int)BUTTON_NEW ) );
|
H A D | objects.cpp | 1149 _fireAction( SP_VERB_LAYER_NEW ); 1894 _watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_NEW, 0, _("New"), (int)BUTTON_NEW ) );
|
Completed in 47 milliseconds