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) => cell-area
(setf (gtk-tree-view-column-cell-area object) cell-area)

Arguments

object -- a gtk-tree-view-column object
cell-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.
 

See also

2021-2-24