Searched refs:iconTheme (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Ddock-item.cpp47 Glib::RefPtr<Gtk::IconTheme> iconTheme = Gtk::IconTheme::get_default(); local
49 if (!iconTheme->has_icon(icon_name)) {
53 if ( iconTheme->has_icon(icon_name) ) {
57 _icon_pixbuf = iconTheme->load_icon(icon_name, width);
/inkscape/src/ui/
H A Dinterface.cpp1445 Glib::RefPtr<Gtk::IconTheme> iconTheme = Gtk::IconTheme::get_default(); local
1452 bool hasIcon = iconTheme->has_icon(it->first);
1453 bool hasSecondIcon = iconTheme->has_icon(it->second);
1456 Glib::ArrayHandle<int> sizes = iconTheme->get_icon_sizes(it->second);
1458 Glib::RefPtr<Gdk::Pixbuf> pb = iconTheme->load_icon( it->second, *it2 );

Completed in 22 milliseconds