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

The accessor for the expand slot of the gtk:tree-view-column class gets or sets whether the tree view column gets share of extra width allocated to the widget. 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.

Warning

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

See also

2025-09-21