equally among the children.
BoxLayout.homogeneous
bool homogeneous() @property nothrowGet homogeneous property.
Returns
Whether the box layout should distribute the available space
void homogeneous(bool propval) @property nothrowSet homogeneous property.
Parameters
propval | Whether the box layout should distribute the available space equally among the children. |