Builder

class Builder

Builds a new empty LayoutWidget

Author

fzzyhmstrs

Since

0.7.2

Functions

Link copied to clipboard

Builds the defined LayoutWidget

Link copied to clipboard

Clamps the maximum height of this layout. will override any automatically computed heights. May result in undefined widget behavior depending on how the layout is built.

Link copied to clipboard

Clamps the maximum width of this layout. will override any automatically computed widths. May result in undefined widget behavior depending on how the layout is built.

Link copied to clipboard

Copies the padding and spacing from another layout

Link copied to clipboard

Defines the default padding around elements both vertically and horizontally

Link copied to clipboard

Defines the default vertical padding above and below this layout (paddingH = Padding Height)

Link copied to clipboard

Defines the default horizontal padding to the left and right of this layout (paddingW = Padding Width)

Link copied to clipboard

Defines default spacings for both horizontally and vertically aligned elements in this layout

Link copied to clipboard

Defines default vertical spacing between elements in this layout. (spacingH = Spacing Height)

Link copied to clipboard

Defines default horizontal spacing between elements in this layout. (spacingW = Spacing Width)

Link copied to clipboard

Defines the x Pos for this layout. The default Pos is AbsPos(0)

Link copied to clipboard

Defines the y Pos for this layout. The default Pos is AbsPos(0)