Module widget

Source
Expand description

Create custom widgets and operate on them.

Re-exports§

pub use operation::Operation;
pub use text::Text;
pub use tree::Tree;

Modules§

operation
Query or update internal widget state.
text
Text widgets display information through writing.
tree
Store internal widget state in a state tree to ensure continuity.

Structs§

Id
The identifier of a generic widget.

Traits§

Widget
A component that displays information and allows interaction.