CellView.newWithTexture
gtk.cell_view.CellView newWithTexture(gdk.texture.Texture texture)Creates a new [gtk.cell_view.CellView] widget, adds a [gtk.cell_renderer_pixbuf.CellRendererPixbuf] to it, and makes it show texture.
Parameters
texture | the image to display in the cell view |
Returns
A newly created [gtk.cell_view.CellView] widget.