Package: gtk

Function gtk-cell-view-new-with-context

Lambda List

gtk-cell-view-new-with-context (cellarea context)

Arguments

cellarea -- a gtk-cell-area object to layout cells
context -- a gtk-cell-area-context object in which to calculate cell geometry

Return Value

A newly created gtk-cell-view widget.

Details

Creates a new cell view with a specific cell area to layout cells and a specific cell area context.

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

See also

2021-5-4