Superclass: cell-renderer
A cell-renderer-pixbuf can be used to render an image in a cell. It allows to render either a given pixbuf (set via the cell-renderer-pixbuf-pixbuf property) or a stock icon (set via the cell-renderer-pixbuf-stock-id property).
To support the tree view, cell-renderer-pixbuf also supports rendering two alternative pixbufs, when the cell-renderer-is-expander property is TRUE. If the cell-renderer-is-expanded property is TRUE and the cell-renderer-pixbuf-pixbuf-expander-open property is set to a pixbuf, it renders that pixbuf, if the cell-renderer-is-expanded property is FALSE and the cell-renderer-pixbuf-pixbuf-expander-closed property is set to a pixbuf, it renders that one.
Slots:
boolean
. Accessor: cell-renderer-pixbuf-follow-state
.
Specifies whether the rendered pixbuf should be colorized according to the cell-renderer-state.
Default value: FALSE
GIcon
. Accessor: cell-renderer-pixbuf-gicon
.
The GIcon representing the icon to display. If the icon theme is changed, the image will be updated automatically.
string
. Accessor: cell-renderer-pixbuf-icon-name
.
The name of the themed icon to display. This property only has an effect if not overridden by cell-renderer-pixbuf-stock-id or cell-renderer-pixbuf-pixbuf properties.
Default value: NIL
cell-renderer-pixbuf-pixbuf
.
The pixbuf to render.
cell-renderer-pixbuf-pixbuf-expander-closed
.
Pixbuf for closed expander.
cell-renderer-pixbuf-pixbuf-expander-open
.
Pixbuf for open expander.
string
. Accessor: cell-renderer-pixbuf-stock-detail
.
Render detail to pass to the theme engine.
Default value: NIL
string
. Accessor: cell-renderer-pixbuf-stock-id
.
The stock ID of the stock icon to render.
Default value: NIL
integer
. Accessor: cell-renderer-pixbuf-stock-size
.
The icon-size value that specifies the size of the rendered icon.
Default value: 1
Signals: