Module iced_core::widget::operation

source ·
Expand description

Query or update internal widget state.

Re-exports

Modules

  • Operate on widgets that can be focused.
  • Operate on widgets that can be scrolled.
  • Operate on widgets that have text input.

Enums

Traits

  • A piece of logic that can traverse the widget tree of an application in order to query or update some widget state.

Functions