Module widget

Source
Expand description

Create custom widgets and operate on them.

Structs§

Id
The identifier of a generic widget.
Text
A bunch of text.
Tree
A persistent state widget tree.

Traits§

Operation
A piece of logic that can traverse the widget tree of an application in order to query or update some widget state.
Widget
A component that displays information and allows interaction.