
Data Fields | |
| struct win_window * | container |
| Container, ultimate widget parent. | |
| char * | caption |
| Copy of caption string. | |
| win_command_t | command_data |
| Custom command data, used when "clicked". | |
| enum wtk_button_state | state |
| Current state. | |
This is the button control struct. It contains references to the windows composing the button, as well as non-window information required.
For internal use only.
Definition at line 68 of file wtk_button.c.
| char* wtk_button::caption |
Copy of caption string.
Definition at line 72 of file wtk_button.c.
Referenced by wtk_button_create(), and wtk_button_handler().
Custom command data, used when "clicked".
Definition at line 74 of file wtk_button.c.
Referenced by wtk_button_create().
| struct win_window* wtk_button::container |
Container, ultimate widget parent.
Definition at line 70 of file wtk_button.c.
Referenced by wtk_button_as_child(), wtk_button_create(), and wtk_button_handler().
Current state.
Definition at line 76 of file wtk_button.c.
Referenced by wtk_button_create(), and wtk_button_handler().
1.6.3