Module interaction_states

Module interaction_states 

Source

Structs§

Checkable
Component that indicates that a widget can be checked.
Checked
Component that indicates whether a checkbox or radio button is in a checked state.
InteractionDisabled
A component indicating that a widget is disabled and should be “grayed out”. This is used to prevent user interaction with the widget. It should not, however, prevent the widget from being updated or rendered, or from acquiring keyboard focus.
Pressed
Component that indicates whether a button or widget is currently in a pressed or “held down” state.