[][src]Module pushrod::widgets::toggle_button_widget

This is a ToggleButtonWidget, which acts similar to a PushButtonWidget except that it triggers on_toggle callbacks when the state changes.

Structs

ToggleButtonWidget

This is the storage object for the ToggleButtonWidget. It stores the config, properties, callback registry.

Type Definitions

OnToggleCallbackType

This is the callback type that is used when an on_toggle callback is triggered from this Widget.