Expand description
Query or update internal widget state.
Re-exports§
pub use focusable::Focusable;
pub use scrollable::Scrollable;
pub use text_input::TextInput;
Modules§
- Operate on widgets that can be focused.
- Operate on widgets that can be scrolled.
- Search for widgets with the target Id.
- Operate on widgets that have text input.
Enums§
- The result of an
Operation
.
Traits§
- A piece of logic that can traverse the widget tree of an application in order to query or update some widget state.