Package: gtk

Accessor gtk:tree-view-column-cell-area

Lambda List

gtk:tree-view-column-cell-area (object)

Syntax

(gtk:tree-view-column-cell-area object) => area
(setf (gtk:tree-view-column-cell-area object) area)

Arguments

object -- a gtk:tree-view-column object
area -- a gtk:cell-area object

Details

Accessor of the cell-area slot of the gtk:tree-view-column class. The cell area used to layout cell renderers for this tree view column. If no cell area is specified when creating the tree view column a horizontally oriented gtk:cell-area-box object will be used.

Warning

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

See also

2024-2-19