
Data Fields | |
| struct win_window * | container |
| Container, ultimate widget parent. | |
| char * | caption |
| Copy of caption string. | |
| bool | selected |
| True if selected. | |
| enum wtk_check_box_state | state |
| Current state. | |
| win_command_t | command |
| Command to send. Must be non-zero to be enabled. | |
This is the check box control struct. It contains references to the windows composing the check box, as well as non-window information required.
Definition at line 68 of file wtk_check_box.c.
| char* wtk_check_box::caption |
Copy of caption string.
Definition at line 72 of file wtk_check_box.c.
Referenced by wtk_check_box_create(), and wtk_check_box_handler().
Command to send. Must be non-zero to be enabled.
Definition at line 78 of file wtk_check_box.c.
Referenced by wtk_check_box_create(), and wtk_check_box_handler().
| struct win_window* wtk_check_box::container |
Container, ultimate widget parent.
Definition at line 70 of file wtk_check_box.c.
Referenced by wtk_check_box_as_child(), wtk_check_box_create(), wtk_check_box_handler(), wtk_check_box_set(), and wtk_check_box_toggle().
True if selected.
Definition at line 74 of file wtk_check_box.c.
Referenced by wtk_check_box_create(), wtk_check_box_handler(), wtk_check_box_is_selected(), wtk_check_box_set(), and wtk_check_box_toggle().
Current state.
Definition at line 76 of file wtk_check_box.c.
Referenced by wtk_check_box_create(), and wtk_check_box_handler().
1.6.3