CellView.newWithPixbuf
gtk.cell_view.CellView newWithPixbuf(gdkpixbuf.pixbuf.Pixbuf pixbuf)Creates a new #GtkCellView widget, adds a #GtkCellRendererPixbuf to it, and makes it show pixbuf.
Parameters
pixbuf | the image to display in the cell view |
Returns
A newly created #GtkCellView widget.