Searched defs:icon_theme (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/ui/widget/
H A Dclipmaskicon.cpp41 Glib::RefPtr<Gtk::IconTheme> icon_theme = Gtk::IconTheme::get_default(); local
43 if (!icon_theme->has_icon(_pixClipName)) {
46 if (!icon_theme->has_icon(_pixInverseName)) {
49 if (!icon_theme->has_icon(_pixMaskName)) {
53 if (icon_theme->has_icon(_pixClipName)) {
54 _property_pixbuf_clip = icon_theme->load_icon(_pixClipName, phys, (Gtk::IconLookupFlags)0);
56 if (icon_theme->has_icon(_pixInverseName)) {
57 _property_pixbuf_inverse = icon_theme->load_icon(_pixInverseName, phys, (Gtk::IconLookupFlags)0);
59 if (icon_theme->has_icon(_pixMaskName)) {
60 _property_pixbuf_mask = icon_theme
[all...]
H A Dimagetoggler.cpp36 Glib::RefPtr<Gtk::IconTheme> icon_theme = Gtk::IconTheme::get_default(); local
38 if (!icon_theme->has_icon(_pixOnName)) {
41 if (!icon_theme->has_icon(_pixOffName)) {
46 if (icon_theme->has_icon(_pixOnName)) {
47 _property_pixbuf_on = icon_theme->load_icon(_pixOnName, phys, (Gtk::IconLookupFlags)0);
49 if (icon_theme->has_icon(_pixOffName)) {
50 _property_pixbuf_off = icon_theme->load_icon(_pixOffName, phys, (Gtk::IconLookupFlags)0);
H A Dinsertordericon.cpp35 Glib::RefPtr<Gtk::IconTheme> icon_theme = Gtk::IconTheme::get_default(); local
37 if (!icon_theme->has_icon(_pixTopName)) {
40 if (!icon_theme->has_icon(_pixBottomName)) {
44 if (icon_theme->has_icon(_pixTopName)) {
45 _property_pixbuf_top = icon_theme->load_icon(_pixTopName, phys, (Gtk::IconLookupFlags)0);
47 if (icon_theme->has_icon(_pixBottomName)) {
48 _property_pixbuf_bottom = icon_theme->load_icon(_pixBottomName, phys, (Gtk::IconLookupFlags)0);
H A Dlayertypeicon.cpp42 Glib::RefPtr<Gtk::IconTheme> icon_theme = Gtk::IconTheme::get_default(); local
44 if (!icon_theme->has_icon(_pixLayerName)) {
47 if (!icon_theme->has_icon(_pixGroupName)) {
50 if (!icon_theme->has_icon(_pixPathName)) {
54 if (icon_theme->has_icon(_pixLayerName)) {
55 _property_pixbuf_layer = icon_theme->load_icon(_pixLayerName, phys, (Gtk::IconLookupFlags)0);
57 if (icon_theme->has_icon(_pixGroupName)) {
58 _property_pixbuf_group = icon_theme->load_icon(_pixGroupName, phys, (Gtk::IconLookupFlags)0);
60 if (icon_theme->has_icon(_pixPathName)) {
61 _property_pixbuf_path = icon_theme
[all...]
/inkscape/src/widgets/
H A Dicon.cpp261 GtkIconTheme *icon_theme = gtk_icon_theme_get_default(); local
262 image = gtk_icon_theme_load_icon (icon_theme,
1035 GtkIconTheme *icon_theme = gtk_icon_theme_get_default();
1036 GdkPixbuf *pb = gtk_icon_theme_load_icon (icon_theme,
1338 Glib::RefPtr<Gtk::IconTheme> icon_theme = Gtk::IconTheme::get_default(); local
1339 bool icon_found = icon_theme->has_icon(name);

Completed in 20 milliseconds