
Data Fields | |
| struct win_window * | container |
| Container, ultimate widget parent. | |
| char * | caption |
| Copy of caption string. | |
| bool | align_right |
| True if text should be right aligned. | |
This is the label control struct. It contains references to the windows composing the label, as well as non-window information required.
Definition at line 57 of file wtk_label.c.
True if text should be right aligned.
Definition at line 63 of file wtk_label.c.
Referenced by wtk_label_create(), and wtk_label_handler().
| char* wtk_label::caption |
Copy of caption string.
Definition at line 61 of file wtk_label.c.
Referenced by wtk_label_change(), wtk_label_create(), and wtk_label_handler().
| struct win_window* wtk_label::container |
Container, ultimate widget parent.
Definition at line 59 of file wtk_label.c.
Referenced by wtk_label_as_child(), wtk_label_change(), wtk_label_create(), and wtk_label_handler().
1.6.3