Module messages

Module messages 

Source
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
DecrementStep
Decrement value by one step
Erased
A type-erased message
Expand
Expand a collapsible list or open a menu
IncrementStep
Increment value by one step
ReplaceSelectedText
Replace selected text in an input value
Select
Request selection of the sender
SetIndex
Set an index
SetScrollOffset
Set the scroll offset
SetValueF64
Set an input value from f64
SetValueText
Set an input value from a String
SetWindowIcon
Change the window’s icon
SetWindowTitle
Change the window’s title