Expand description
This is a ToggleButtonWidget, which acts similar to a PushButtonWidget except that it triggers
on_toggle callbacks when the state changes.
Structs§
- Toggle
Button Widget - This is the storage object for the
ToggleButtonWidget. It stores the config, properties, callback registry.
Type Aliases§
- OnToggle
Callback Type - This is the callback type that is used when an
on_togglecallback is triggered from thisWidget.