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