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

Accessor of the homogeneous slot of the gtk:box-layout class. The gtk:box-layout-homogeneous function returns whether the box layout will allocate the same size to all children. The (setf gtk:box-layout-homogeneous) function sets the property.
 

See also

2024-4-19