CellView.this

Creates a new gtk.CellView widget with a specific gtk.CellArea to layout cells and a specific gtk.CellAreaContext

Specifying the same context for a handfull of cells lets the underlying area synchronize the geometry for those cells, in this way alignments with cellviews for other rows are possible.

Parameters

area CellArea

the gtk.CellArea to layout cells

context CellAreaContext

the gtk.CellAreaContext in which to calculate cell geometry

Return Value

A newly created gtk.CellView widget.

Throws

ConstructionException GTK+ fails to create the object.

Meta