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