set_max_children_per_line


Description:

[ Version ( since = "3.12" ) ]
public void set_max_children_per_line (uint n_children)

Sets the maximum number of children to request and allocate space for in this’s orientation.

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

Parameters:

this

a FlowBox

n_children

the maximum number of children per line