Button
| Category | refcounted |
| Type | hime_button_t |
| Inherits | View |
Base class for button types.
Methods
hime_button_state_t hime_button_get_state(self)
Get the current display state of the button.
Parameters
hime_button_const_tself
Return
hime_button_state_tEvents
void hime_button_on_click(button)
Emitted when button is clicked.
Parameters
hime_button_tbutton
Preventable
No.