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_t
self
Return
hime_button_state_t
Events
void hime_button_on_click(button)
Emitted when button is clicked.
Parameters
hime_button_t
button
Preventable
No.