Package: gtk

Accessor gtk:flow-box-min-children-per-line

Lambda List

gtk:flow-box-min-children-per-line (object)

Syntax

(gtk:flow-box-min-children-per-line object) => min
(setf (gtk:flow-box-min-children-per-line object) min)

Arguments

object -- a gtk:flow-box widget
min -- an unsigned integer for the minimum number of children per line

Details

The accessor for the min-children-per-line slot of the gtk:flow-box class gets or sets the minimum number of children per line in the orientation of the flow box before flowing.
 

See also

2025-07-29