Expand description
The widget base, nodes and properties used in most widgets.
Modules§
- node
- Basic nodes for widgets, some used in
WidgetBase.
Structs§
- NonWidget
Base - Base widget for types that build to a custom type that is not used as a part of the UI tree.
- Parallel
- Node list methods that are made parallel.
- Widget
Base - Base widget.
Enums§
- HitTest
Mode - Defines if and how a widget is hit-tested.
Statics§
- HIT_
TEST_ MODE_ VAR - Defines the hit-test mode for a widget and descendants.
- PARALLEL_
VAR - Defines what node list methods can run in parallel in a widget and descendants.
Traits§
- Widget
Impl - Trait implemented by all
#[widget].
Functions§
- id
BUnique ID of the widget instance.