Package: gtk

Accessor gtk:box-homogeneous

Lambda List

gtk:box-homogeneous (object)

Syntax

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

Arguments

object -- a gtk:box widget
homogeneous -- true to create equal allotments, false for variable allotments

Details

The accessor for the homogeneous slot gets or sets whether or not all children of the box are given equal space in the box.
 

See also

2026-07-13