[][src]Module pushrod::widgets::push_button_widget

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 Definitions

OnClickCallbackType

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