CellView

constructor()

Creates a new GtkCellView widget.

Return

A newly created GtkCellView widget.


constructor(area: CellArea, context: CellAreaContext)

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

area

the GtkCellArea to layout cells

context

the GtkCellAreaContext in which to calculate cell geometry


constructor(text: String)

Creates a new GtkCellView widget, adds a GtkCellRendererText to it, and makes it show @text.

Return

A newly created GtkCellView widget.

Parameters

text

the text to display in the cell view


constructor(texture: <Error class: unknown class>)

Creates a new GtkCellView widget, adds a GtkCellRendererPixbuf to it, and makes it show @texture.

Return

A newly created GtkCellView widget.

Parameters

texture

the image to display in the cell view


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)