Creates a new gtk.cell_view.CellView widget with a specific gtk.cell_area.CellArea to layout cells and a specific gtk.cell_area_context.CellAreaContext.
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.
the gtk.cell_area.CellArea to layout cells
the gtk.cell_area_context.CellAreaContext in which to calculate cell geometry
A newly created gtk.cell_view.CellView widget.
Creates a new gtk.cell_view.CellView widget with a specific gtk.cell_area.CellArea to layout cells and a specific gtk.cell_area_context.CellAreaContext.
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.