CellView.newWithTexture

Creates a new gtk.cell_view.CellView widget, adds a gtk.cell_renderer_pixbuf.CellRendererPixbuf to it, and makes it show texture.

class CellView
static
newWithTexture

Parameters

texture gdk.texture.Texture

the image to display in the cell view

Return Value

Type: gtk.cell_view.CellView

A newly created gtk.cell_view.CellView widget.