
Data Fields | |
| wtk_radio_group_size_t | num_references |
| Number of members in this group. | |
| struct wtk_radio_button * | selected |
| Currently selected member. | |
This is the radio button group control struct. It contains the necessary information about a radio button group, i.e. number of members in the group and the current selected one.
Definition at line 69 of file wtk_radio_button.c.
Number of members in this group.
Definition at line 71 of file wtk_radio_button.c.
Referenced by wtk_radio_button_create(), wtk_radio_button_handler(), and wtk_radio_group_create().
Currently selected member.
Definition at line 73 of file wtk_radio_button.c.
Referenced by wtk_radio_button_create(), wtk_radio_button_handler(), wtk_radio_button_is_selected(), wtk_radio_button_select(), and wtk_radio_group_create().
1.6.3