Package: gtk

Accessor gtk:box-layout-homogeneous

Lambda List

gtk:box-layout-homogeneous (object)

Syntax

(gtk:box-layout-homogeneous object) => homogeneous
(setf (gtk:box-layout-homogeneous object) homogeneous)

Arguments

object -- a gtk:box-layout object
homogeneous -- true if the box layout is homogeneous

Details

The accessor for the homogeneous slot of the gtk:box-layout class gets or sets whether the box layout will allocate the same size to all children.
 

See also

2025-08-01