BoxLayout.homogeneous

bool homogeneous() @property nothrow

Get homogeneous property.

Returns

Whether the box layout should distribute the available space

equally among the children.

void homogeneous(bool propval) @property nothrow

Set homogeneous property.

Parameters

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