StaticPosition

Bypasses automatic positioning when being laid out. It is your responsibility to make room for this widget in the parent layout.

Its children are laid out normally, unless there is exactly one, in which case it takes on the full size of the StaticPosition object (if you plan to put stuff on the edge, you can do that with padding).

class StaticPosition : Layout {}

Constructors

this
this(Widget parent)

Meta