Module cosmic::iced_core::widget

source ·
Expand description

Create custom widgets and operate on them.

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.
  • A paragraph of text.
  • A persistent state widget tree.

Enums§

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.