MaterialButton
| Category | refcounted |
| Type | hime_material_button_t |
| Inherits | LabelButton |
A button implementing Material Design.
Constructors
hime_material_button_t hime_material_button_create()
Create a MaterialButton.
Return
hime_material_button_tMethods
void hime_material_button_set_style(self, style)
Set the material style.
Parameters
Return
voidhime_material_button_style_t hime_material_button_get_style(self)
Get the material style of the button.
Parameters
Return
hime_material_button_style_t