Module push_button_widget

Source
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§

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

Type Aliases§

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