egui
0.30.0
Module layout
Structs
Enums
Constants
In crate egui
Module
egui
::
layout
Copy item path
source
·
[
−
]
Structs
§
Layout
The layout of a
Ui
, e.g. “vertical & centered”.
Region
🔒
This describes the bounds and existing contents of an
Ui
. It is what is used and updated by
Layout
when adding new widgets.
Enums
§
Direction
Layout direction, one of
LeftToRight
,
RightToLeft
,
TopDown
,
BottomUp
.
Constants
§
INFINITY
🔒