CellView.this

Creates a new GtkCellView widget with a specific GtkCellArea to layout cells and a specific GtkCellAreaContext. 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. Since 2.6

Parameters

area CellArea

the GtkCellArea to layout cells

context CellAreaContext

the GtkCellAreaContext in which to calculate cell geometry

Throws

ConstructionException GTK+ fails to create the object.

Meta