Module cosmic::iced_runtime::core::widget
source · Expand description
Create custom widgets and operate on them.
Modules§
- Query or update internal widget state.
- Text widgets display information through writing.
- Store internal widget state in a state tree to ensure continuity.
Structs§
- The identifier of a generic widget.
- A bunch of text.
- A persistent state widget tree.
Traits§
- A piece of logic that can traverse the widget tree of an application in order to query or update some widget state.
- A component that displays information and allows interaction.