Top |
gboolean | follow-state | Read / Write |
GIcon * | gicon | Read / Write |
char * | icon-name | Read / Write |
GdkPixbuf * | pixbuf | Read / Write |
GdkPixbuf * | pixbuf-expander-closed | Read / Write |
GdkPixbuf * | pixbuf-expander-open | Read / Write |
char * | stock-detail | Read / Write |
char * | stock-id | Read / Write |
guint | stock-size | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkCellRenderer ╰── GtkCellRendererPixbuf
GtkCellRenderer *
gtk_cell_renderer_pixbuf_new (void
);
Creates a new GtkCellRendererPixbuf. Adjust rendering
parameters using object properties. Object properties can be set
globally (with g_object_set()
). Also, with GtkTreeViewColumn, you
can bind a property to a value in a GtkTreeModel. For example, you
can bind the "pixbuf" property on the cell renderer to a pixbuf value
in the model, thus rendering a different image in each row of the
GtkTreeView.
“follow-state”
property “follow-state” gboolean
Specifies whether the rendered pixbuf should be colorized according to the GtkCellRendererState.
Owner: GtkCellRendererPixbuf
Flags: Read / Write
Default value: FALSE
Since: 2.8
“gicon”
property “gicon” GIcon *
The GIcon representing the icon to display. If the icon theme is changed, the image will be updated automatically.
Owner: GtkCellRendererPixbuf
Flags: Read / Write
Since: 2.14
“icon-name”
property “icon-name” char *
The name of the themed icon to display. This property only has an effect if not overridden by "stock_id" or "pixbuf" properties.
Owner: GtkCellRendererPixbuf
Flags: Read / Write
Default value: NULL
Since: 2.8
“pixbuf”
property“pixbuf” GdkPixbuf *
The pixbuf to render.
Owner: GtkCellRendererPixbuf
Flags: Read / Write
“pixbuf-expander-closed”
property“pixbuf-expander-closed” GdkPixbuf *
Pixbuf for closed expander.
Owner: GtkCellRendererPixbuf
Flags: Read / Write
“pixbuf-expander-open”
property“pixbuf-expander-open” GdkPixbuf *
Pixbuf for open expander.
Owner: GtkCellRendererPixbuf
Flags: Read / Write
“stock-detail”
property “stock-detail” char *
Render detail to pass to the theme engine.
Owner: GtkCellRendererPixbuf
Flags: Read / Write
Default value: NULL
“stock-id”
property “stock-id” char *
The stock ID of the stock icon to render.
Owner: GtkCellRendererPixbuf
Flags: Read / Write
Default value: NULL