RadioButton
Category | refcounted |
Type | hime_radio_button_t |
Inherits | Checkbox |
A native themed class representing a radio button.
Constructors
hime_radio_button_t hime_radio_button_create()
Create a radio button.
Return
hime_radio_button_t
hime_radio_button_t hime_radio_button_create_with_title_and_group(title, group)
Create a radio button with title
and group
id.
Parameters
const char16_t*
titleint
group
Return
hime_radio_button_t