BoxLayout.homogeneous

Set homogeneous property.

  1. bool homogeneous [@property getter]
  2. bool homogeneous [@property setter]
    class BoxLayout
    @property
    void
    homogeneous
    (
    bool propval
    )

Parameters

propval bool

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