Search

Searched defs:ICON_SIZE_MENU (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dicon-size.h21 ICON_SIZE_MENU = ::GTK_ICON_SIZE_MENU, enumerator in enum:Inkscape::IconSize
/inkscape/src/ui/widget/
H A Ddock-item.cpp50 Inkscape::queueIconPrerender( INKSCAPE_ICON(icon_name.data()), Inkscape::ICON_SIZE_MENU ); member in class:Inkscape::UI::Widget::Inkscape
56 Gtk::IconSize::lookup(Gtk::ICON_SIZE_MENU, width, height);
63 _icon_pixbuf = _dock.getWidget().render_icon_pixbuf( stockId, Gtk::ICON_SIZE_MENU );
65 _icon_pixbuf = _dock.getWidget().render_icon( stockId, Gtk::ICON_SIZE_MENU );

Completed in 25 milliseconds