Constructor
GtkCellViewnew_with_context
since: 2.6
Declaration [src]
GtkWidget*
gtk_cell_view_new_with_context (
GtkCellArea* area,
GtkCellAreaContext* context
)
Description [src]
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.
Available since: 2.6
Parameters
area
-
Type:
GtkCellArea
The
GtkCellArea
to layout cells.The data is owned by the caller of the function. context
-
Type:
GtkCellAreaContext
The
GtkCellAreaContext
in which to calculate cell geometry.The data is owned by the caller of the function.
Return value
Type: GtkWidget
A newly created GtkCellView
widget.
The data is owned by the called function. |