Searched defs:icon_name (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/tools/
H A Dlpe-tool.h28 gchar const *icon_name; member in struct:SubtoolEntry
/inkscape/src/ui/dialog/
H A Dtext-edit.cpp253 void TextEdit::styleButton(Gtk::RadioButton *button, gchar const *tooltip, gchar const *icon_name, Gtk::RadioButton *group_button ) argument
255 GtkWidget *icon = sp_icon_new( Inkscape::ICON_SIZE_SMALL_TOOLBAR, icon_name );
257 icon = gtk_image_new_from_icon_name ( icon_name, GTK_ICON_SIZE_SMALL_TOOLBAR );
/inkscape/src/widgets/
H A Dimage-menu-item.c667 const gchar *icon_name = gtk_action_get_icon_name (action); local
675 gtk_image_set_from_icon_name (GTK_IMAGE (image), icon_name, GTK_ICON_SIZE_MENU); local
/inkscape/src/ui/widget/
H A Ddock-item.cpp28 const Glib::ustring& icon_name, State state, Placement placement) :
46 if (!icon_name.empty()) {
49 if (!iconTheme->has_icon(icon_name)) {
50 Inkscape::queueIconPrerender( INKSCAPE_ICON(icon_name.data()), Inkscape::ICON_SIZE_MENU );
53 if ( iconTheme->has_icon(icon_name) ) {
57 _icon_pixbuf = iconTheme->load_icon(icon_name, width);
60 Gtk::StockID stockId(icon_name);
27 DockItem(Dock& dock, const Glib::ustring& name, const Glib::ustring& long_name, const Glib::ustring& icon_name, State state, Placement placement) argument

Completed in 20 milliseconds