Package: gtk

Accessor gtk:grid-layout-column-homogeneous

Lambda List

gtk:grid-layout-column-homogeneous (object)

Syntax

(gtk:grid-layout-column-homogeneous object) => homogeneous
(setf (gtk:grid-layout-column-homogeneous object) homogeneous)

Arguments

object -- a gtk:grid-layout object
homogeneous -- a boolean whether all the columns in the grid have the same width

Details

The accessor for the column-homogeneous slot of the gtk:grid-layout class gets or sets whether all columns of the grid should have the same width.
 

See also

2025.08-03