Home
last modified time | relevance | path

Searched refs:SP_VERB_EDIT_CUT (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dverbs.h68 SP_VERB_EDIT_CUT, enumerator
H A Dverbs.cpp962 case SP_VERB_EDIT_CUT: in perform()
2385 …new EditVerb(SP_VERB_EDIT_CUT, "EditCut", N_("Cu_t"), N_("Cut selection to clipboard"), INKSCAPE_I…
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/widgets/
H A Dtoolbox.cpp301 SP_VERB_EDIT_CUT, in create_or_fetch_actions()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/
H A Dcontextmenu.cpp87 AppendItemFromVerb(Inkscape::Verb::get(SP_VERB_EDIT_CUT), show_icons); in ContextMenu()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/dbus/
H A Ddocument-interface.cpp1209 return dbus_call_verb (doc_interface, SP_VERB_EDIT_CUT, error); in document_interface_selection_cut()