Module iced_core::widget

source ·
Expand description

Create custom widgets and operate on them.

Re-exports

Modules

  • Query or update internal widget state.
  • Write some text for your users to read.
  • Store internal widget state in a state tree to ensure continuity.

Structs

  • The identifier of a generic widget.

Traits

  • A component that displays information and allows interaction.