Skip to main content

Module layout

Module layout 

Source
Expand description

Flexbox-inspired layout engine.

Structs§

LayoutNode
Computed layout node — positions are absolute screen coordinates.
Rect
Position + size rectangle.
Size
2D size in logical pixels.

Enums§

Align
Cross-axis alignment.
FlexDir
Layout direction for flex containers.

Functions§

compute
Recursively compute layout for the widget tree inside given screen bounds.
hit_test
Find the deepest clickable node at (mx, my).