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

Accessor of the homogeneous slot of the gtk:box class. The gtk:box-homogeneous function returns whether or not all children of the box are given equal space in the box. The (setf gtk:box-homogeneous) function sets the property.
 

See also

2024-4-22