CellRendererPixbuf
Deprecated since version 4.10: List views use widgets to display their contents. You
should use Image
for icons, and Picture
for images
Superclasses: CellRenderer
, InitiallyUnowned
, Object
- Constructors:
CellRendererPixbuf(**properties)
new() -> Gtk.CellRenderer
Constructors
- class CellRendererPixbuf
- classmethod new() CellRenderer
Creates a new
GtkCellRendererPixbuf
. Adjust rendering parameters using object properties. Object properties can be set globally (withset()
). Also, withGtkTreeViewColumn
, you can bind a property to a value in aGtkTreeModel
. 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 theGtkTreeView
.Deprecated since version 4.10: Please do not use it in newly written code