[][src]Module orbtk_api::layout

Structs

AbsoluteLayout

Place widgets absolute on the screen.

FixedSizeLayout

Fixed size layout is defined by fixed bounds like the size of an image or the size of a text.

GridLayout

Orders its children in a grid layout with columns and rows. If no columns and rows are defined the grid layout could also be used as an alignment layout.

PaddingLayout

Add padding to the widget.

PopupLayout

Add padding to the widget.

StackLayout

Stacks visual the children widgets vertical or horizontal.

TextSelectionLayout

The text selection layout is used to measure and arrange a text selection cursor.

Traits

Layout

A layout is used to dynamic order the children of a widget.