Searched defs:_styleButton (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | layers.cpp | 88 void LayersPanel::_styleButton( Gtk::Button& btn, SPDesktop *desktop, unsigned int code, char const* iconName, char const* fallback ) function in class:Inkscape::UI::Dialog::LayersPanel 892 _styleButton( *btn, targetDesktop, SP_VERB_LAYER_NEW, INKSCAPE_ICON("list-add"), C_("Layers", "New") ); 897 _styleButton( *btn, targetDesktop, SP_VERB_LAYER_TO_BOTTOM, INKSCAPE_ICON("go-bottom"), C_("Layers", "Bot") ); 903 _styleButton( *btn, targetDesktop, SP_VERB_LAYER_LOWER, INKSCAPE_ICON("go-down"), C_("Layers", "Dn") ); 909 _styleButton( *btn, targetDesktop, SP_VERB_LAYER_RAISE, INKSCAPE_ICON("go-up"), C_("Layers", "Up") ); 915 _styleButton( *btn, targetDesktop, SP_VERB_LAYER_TO_TOP, INKSCAPE_ICON("go-top"), C_("Layers", "Top") ); 925 _styleButton( *btn, targetDesktop, SP_VERB_LAYER_DELETE, INKSCAPE_ICON("list-remove"), _("X") );
|
H A D | tags.cpp | 144 void TagsPanel::_styleButton(Gtk::Button& btn, char const* iconName, char const* tooltip) function in class:Inkscape::UI::Dialog::TagsPanel 1004 _styleButton(*btn, "list-add", _("Add a new selection set") ); 1013 _styleButton( *btn, "list-remove", _("Remove Item/Set") );
|
H A D | objects.cpp | 235 void ObjectsPanel::_styleButton(Gtk::Button& btn, char const* iconName, char const* tooltip) function in class:Inkscape::UI::Dialog::ObjectsPanel 1831 _styleButton(*btn, INKSCAPE_ICON("list-add"), _("Add layer...")); 1838 _styleButton(*btn, INKSCAPE_ICON("list-remove"), _("Remove object")); 1846 _styleButton(*btn, INKSCAPE_ICON("go-bottom"), _("Move To Bottom")); 1854 _styleButton(*btn, INKSCAPE_ICON("go-down"), _("Move Down")); 1862 _styleButton(*btn, INKSCAPE_ICON("go-up"), _("Move Up")); 1870 _styleButton(*btn, INKSCAPE_ICON("go-top"), _("Move To Top")); 1878 _styleButton(*btn, INKSCAPE_ICON("format-indent-less"), _("Collapse All"));
|
Completed in 20 milliseconds