Package: gtk

Accessor gtk:flow-box-homogeneous

Lambda List

gtk:flow-box-homogeneous (object)

Syntax

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

Arguments

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

Details

Accessor of the homogeneous slot of the gtk:flow-box class. The gtk:flow-box-homogeneous function returns whether the flow box is homogeneous - all children are the same size. The (setf gtk:flow-box-homogeneous) function sets the property.
 

See also

2024-4-14