Expand description
§Standard messages
These are pre-defined message types which may be sent to a widget via
EventCx::push
or EventState::send
in order to trigger some action.
Erased
is the type-erasure container allowing any type supporting
Any
+ Debug
to be sent or placed on the message stack.
Structs§
- Activate
- Synthetically trigger a “click” action
- Collapse
- Collapse a collapsible list or close a menu
- Decrement
Step - Decrement value by one step
- Erased
- A type-erased message
- Expand
- Expand a collapsible list or open a menu
- Increment
Step - Increment value by one step
- Replace
Selected Text - Replace selected text in an input value
- Select
- Request selection of the sender
- SetIndex
- Set an index
- SetScroll
Offset - Set the scroll offset
- SetValue
F64 - Set an input value from
f64
- SetValue
Text - Set an input value from a
String
- SetWindow
Icon - Change the window’s icon
- SetWindow
Title - Change the window’s title