Package: gtk

Accessor gtk:column-view-column-expand

Lambda List

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

Syntax

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

Arguments

object -- a gtk:column-view-column object
expand -- true if this column expands

Details

The accessor for the expand slot of the gtk:column-view-column class gets or sets sets the column to take available extra space. The extra space is shared equally amongst all columns that have the expand set to true.
 

See also

2025-09-29