CellView
Creates a new GtkCellView
widget.
Return
A newly created GtkCellView
widget.
Creates a new GtkCellView
widget with a specific GtkCellArea
to layout cells and a specific GtkCellAreaContext
.
Specifying the same context for a handful of cells lets the underlying area synchronize the geometry for those cells, in this way alignments with cellviews for other rows are possible.
Return
A newly created GtkCellView
widget.
Parameters
the GtkCellArea
to layout cells
the GtkCellAreaContext
in which to calculate cell geometry
Creates a new GtkCellView
widget, adds a GtkCellRendererText
to it, and makes it show @text.
Return
A newly created GtkCellView
widget.
Parameters
the text to display in the cell view
Creates a new GtkCellView
widget, adds a GtkCellRendererPixbuf
to it, and makes it show @texture.
Return
A newly created GtkCellView
widget.
Parameters
the image to display in the cell view