set_max_children_per_line
Description:
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 |