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

/inkscape/src/ui/dialog/
H A Dundo-history.h45 _property_icon(*this, "icon", Glib::RefPtr<Gdk::Pixbuf>(0)),
69 Glib::Property<Glib::RefPtr<Gdk::Pixbuf> > _property_icon; member in class:Inkscape::UI::Dialog::CellRendererSPIcon
H A Dundo-history.cpp68 _property_icon = Glib::wrap(sp_icon->pb, true);
71 _property_icon = Gtk::Invisible().render_icon_pixbuf(Gtk::StockID(image),
74 _property_icon = Gtk::Invisible().render_icon(Gtk::StockID(image),
83 property_pixbuf() = _icon_cache[_property_event_type] = _property_icon.get_value();

Completed in 11 milliseconds