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 gtk:tree-view-column-expand function returns true if the tree view column expands to take any available space. The (setf gtk:tree-view-column-expand) function 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.

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