![]() |
![]() |
A CellRendererPixbuf can be used to render an image in a cell. It allows you to render either a given Pixbuf (set via the pixbuf property) or a stock icon (set via the stock_id property).
To support the tree view, CellRendererPixbuf also supports rendering two alternative pixbufs, when the is_expanded property is true. If the is_expanded property is true and the pixbuf_expander_open property is set to a pixbuf, it renders that pixbuf. If the is_expanded property is false and the* pixbuf_expander_closed property is set to a pixbuf, it renders that one.
Public Member Functions | |
virtual Glib::PropertyProxy_Base | _property_renderable () |
Returns the property that this CellRenderer renders. | |
CellRendererPixbuf () | |
const GtkCellRendererPixbuf* | gobj () const |
Provides access to the underlying C GtkObject. | |
GtkCellRendererPixbuf* | gobj () |
Provides access to the underlying C GtkObject. | |
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gdk::Pixbuf >> | property_pixbuf () const |
The pixbuf to render. | |
Glib::PropertyProxy< Glib::RefPtr< Gdk::Pixbuf > > | property_pixbuf () |
The pixbuf to render. | |
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gdk::Pixbuf >> | property_pixbuf_expander_closed () const |
Pixbuf for closed expander. | |
Glib::PropertyProxy< Glib::RefPtr< Gdk::Pixbuf > > | property_pixbuf_expander_closed () |
Pixbuf for closed expander. | |
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gdk::Pixbuf >> | property_pixbuf_expander_open () const |
Pixbuf for open expander. | |
Glib::PropertyProxy< Glib::RefPtr< Gdk::Pixbuf > > | property_pixbuf_expander_open () |
Pixbuf for open expander. | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_stock_detail () const |
Render detail to pass to the theme engine. | |
Glib::PropertyProxy<Glib::ustring> | property_stock_detail () |
Render detail to pass to the theme engine. | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_stock_id () const |
The stock ID of the stock icon to render. | |
Glib::PropertyProxy<Glib::ustring> | property_stock_id () |
The stock ID of the stock icon to render. | |
Glib::PropertyProxy_ReadOnly< guint > | property_stock_size () const |
The GtkIconSize value that specifies the size of the rendered icon. | |
Glib::PropertyProxy<guint> | property_stock_size () |
The GtkIconSize value that specifies the size of the rendered icon. | |
virtual | ~CellRendererPixbuf () |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::CellRendererPixbuf* | wrap (GtkCellRendererPixbuf* object, bool take_copy=false) |
|
|
|
|
|
Returns the property that this CellRenderer renders. For instance, property_text for CellRendererText, and property_active for CellRendererToggle Needs to be overridden in derived classes. Reimplemented from Gtk::CellRenderer. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::CellRenderer. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::CellRenderer. |
|
The pixbuf to render. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
The pixbuf to render. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
Pixbuf for closed expander. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
Pixbuf for closed expander. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
Pixbuf for open expander. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
Pixbuf for open expander. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
Render detail to pass to the theme engine. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
Render detail to pass to the theme engine. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
The stock ID of the stock icon to render. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
The stock ID of the stock icon to render. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
The GtkIconSize value that specifies the size of the rendered icon. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
The GtkIconSize value that specifies the size of the rendered icon. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|