CellView.with_pixbuf
Description:
[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "2.6" ) ]
public CellView.with_pixbuf (Pixbuf pixbuf)
[ Version ( since = "2.6" ) ]
public CellView.with_pixbuf (Pixbuf pixbuf)
Creates a new CellView widget, adds a
CellRendererPixbuf to it, and makes it show pixbuf
.
Parameters:
pixbuf |
the image to display in the cell view |
Returns:
A newly created CellView widget. |