BoxLayout.homogeneous

bool homogeneous() @property

Get homogeneous property.

Returns

Whether the box layout should distribute the available space

equally among the children.

void homogeneous(bool propval) @property

Set homogeneous property.

Parameters

propvalWhether the box layout should distribute the available space equally among the children.