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

The accessor for the homogeneous slot of the gtk:flow-box class gets or sets whether the flow box is homogeneous - all children are the same size.
 

See also

2025-07-29