Basic frame control struct. More...

Data Fields | |
| struct win_window * | win |
| Frame window. | |
| wtk_basic_frame_command_handler_t | frame_handler |
| Frame command event handler. | |
| void * | custom_data |
| Data for applications and handlers. | |
| wtk_basic_frame_draw_handler_t | draw_handler |
| Frame draw event handler. | |
Basic frame control struct.
This is the basic frame control struct. It contains references to the window composing the frame, as well as non-window information required.
For internal use only.
Definition at line 60 of file wtk_basic_frame.c.
Data for applications and handlers.
Definition at line 66 of file wtk_basic_frame.c.
Referenced by wtk_basic_frame_create(), and wtk_basic_frame_get_custom_data().
Frame draw event handler.
Definition at line 68 of file wtk_basic_frame.c.
Referenced by wtk_basic_frame_create(), and wtk_basic_frame_handler().
Frame command event handler.
Definition at line 64 of file wtk_basic_frame.c.
Referenced by wtk_basic_frame_create(), and wtk_basic_frame_handler().
| struct win_window* wtk_basic_frame::win |
Frame window.
Definition at line 62 of file wtk_basic_frame.c.
Referenced by wtk_basic_frame_as_child(), wtk_basic_frame_create(), and wtk_basic_frame_handler().
1.6.3