[][src]Module orbtk::layouts

Layouts are container widgets used to arrange it's children widgets.

This module contains implementations of different layout widgets.

Structs

Grid
StackLayout

StackLayout arranges it's child widgets into a single line. The children could be stacked horizontal or vertical.

Enums

Orientation

Describes the orientation of a StackLayout