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.
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.

Functions

Produces an Operation that applies the given Operation to the children of a container with the given Id.