
Data Fields | |
| struct win_window * | container |
| Container, ultimate widget parent. | |
| char * | caption |
| Copy of caption string. | |
| struct wtk_radio_group * | group |
| Reference to the group we are member of. | |
| enum wtk_radio_button_state | state |
| Current state. | |
| win_command_t | command |
| Command to send. Must be non-zero to be enabled. | |
This is the radio button control struct. It contains references to the windows composing the radio button, as well as non-window information required.
Definition at line 84 of file wtk_radio_button.c.
Copy of caption string.
Definition at line 88 of file wtk_radio_button.c.
Referenced by wtk_radio_button_create(), and wtk_radio_button_handler().
Command to send. Must be non-zero to be enabled.
Definition at line 94 of file wtk_radio_button.c.
Referenced by wtk_radio_button_create(), and wtk_radio_button_handler().
Container, ultimate widget parent.
Definition at line 86 of file wtk_radio_button.c.
Referenced by wtk_radio_button_as_child(), wtk_radio_button_create(), wtk_radio_button_handler(), and wtk_radio_button_select().
Reference to the group we are member of.
Definition at line 90 of file wtk_radio_button.c.
Referenced by wtk_radio_button_create(), wtk_radio_button_handler(), wtk_radio_button_is_selected(), and wtk_radio_button_select().
Current state.
Definition at line 92 of file wtk_radio_button.c.
Referenced by wtk_radio_button_create(), and wtk_radio_button_handler().
1.6.3