Package: gtk

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

Lambda List

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

Syntax

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

Arguments

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

Details

The accessor for the max-children-per-line slot of the gtk:flow-box class gets or sets the maximum number of children per line to request and allocate space for in the orientation of the flow box.

Setting the maximum number of children per line limits the overall natural size request to be no more than max children long in the given orientation.
 

See also

2025-07-29