Crate winio_layout

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.
LayoutError
Errors that can occur during layout.
ParseGridLengthError
Error can be returned when parsing GridLength.
TaffyError
An error that occurs while trying to access or modify a node’s children by index.