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 container 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 slot access function returns whether the box is homogeneous. The (setf gtk-box-homogeneous) slot access function sets the homogeneous property of the box, controlling whether or not all children of the box are given equal space in the box.
 

See also

2021-10-31