![]() | ![]() | ![]() | GTK+ Reference Manual | ![]() |
---|
GtkCellRendererPixbufGtkCellRendererPixbuf — Renders a pixbuf in a cell |
#include <gtk/gtk.h> GtkCellRendererPixbuf; GtkCellRenderer* gtk_cell_renderer_pixbuf_new (void);
"pixbuf"GdkPixbuf : Read / Write "pixbuf-expander-closed"GdkPixbuf : Read / Write "pixbuf-expander-open"GdkPixbuf : Read / Write "stock-detail"gchararray : Read / Write "stock-id"gchararray : Read / Write "stock-size"guint : Read / Write
A GtkCellRendererPixbuf can be used to render an image in a cell. It allows to render
either a given
To support the tree view, GtkCellRendererPixbuf also supports rendering two alternative pixbufs, when the is-expander 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.
GtkCellRenderer* gtk_cell_renderer_pixbuf_new (void);
Creates a new GtkCellRendererPixbuf. Adjust rendering
parameters using object properties. Object properties can be set
globally (with
Returns : | the new cell renderer |
"pixbuf-expander-closed"GdkPixbuf : Read / Write
Pixbuf for closed expander.
"pixbuf-expander-open"GdkPixbuf : Read / Write
Pixbuf for open expander.
"stock-detail"gchararray : Read / Write
Render detail to pass to the theme engine.
Default value: NULL
"stock-id"gchararray : Read / Write
The stock ID of the stock icon to render.
Default value: NULL
<< GtkCellRendererCombo | GtkCellRendererProgress >> |