Crate winio_layout

Source
Expand description

Layout primitives and containers.

Macros§

layout
Helper macro for layouts in Component::render.

Structs§

Grid
A grid layout container.
GridChildBuilder
Builder of a child for Grid.
StackPanel
A stacked layout container.
StackPanelChildBuilder
Builder of a child for StackPanel.

Enums§

GridLength
The width or height of a grid cell.
ParseGridLengthError
Error can be returned when parsing GridLength.

Traits§

Enable
Trait for a widget to enable or disable.
Layoutable
Trait for a layoutable widget.
Visible
Trait for a widget to set visibility.