Package: gtk

Accessor gtk-tree-view-column-expand

Lambda List

gtk-tree-view-column-expand (object)

Syntax

(gtk-tree-view-column-expand object) => expand
(setf (gtk-tree-view-column-expand object) expand)

Arguments

object -- a gtk-tree-view-column object
expand -- true if the tree view column should take available extra space, false if not

Details

Accessor of the expand slot of the gtk-tree-view-column class.

The slot access function gtk-tree-view-column-expand returns true if the tree view column expands to take any available space. The slot access function (setf gtk-tree-view-column-expand) sets the tree view column to take available extra space. This space is shared equally amongst all tree view columns that have the expand set to true. If no column has this option set, then the last column gets all extra space. By default, every column is created with this false.
 

See also

2021-2-24