Package: gtk

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

Lambda List

gtk:cell-view-new-with-context (area context)

Arguments

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

Return Value

The 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.

Warning

The gtk:cell-view implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2024-7-8