MaterialButton

Categoryrefcounted
Typehime_material_button_t
InheritsLabelButton

A button implementing Material Design.

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