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.
the gtk.CellArea to layout cells
the gtk.CellAreaContext in which to calculate cell geometry
A newly created gtk.CellView widget.
ConstructionException GTK+ fails to create the object.
2.6
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.