Expand description
This is a PushButtonWidget, which draws text in a Widget that can be clicked. It triggers an
on_click callback when the button is clicked.
Structs§
- Push
Button Widget - This is the storage object for the
PushButtonWidget. It stores the config, properties, callback registry.
Type Aliases§
- OnClick
Callback Type - This is the callback type that is used when an
on_clickcallback is triggered from thisWidget.