wtk_basic_frame Struct Reference
[Basic frame widget]

Basic frame control struct. More...

Collaboration diagram for wtk_basic_frame:
Collaboration graph
[legend]

Data Fields

struct win_windowwin
 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.

Detailed Description

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.

Note:
Structure fields are only internally accessible, only pointers to structure is needed externally.

Definition at line 60 of file wtk_basic_frame.c.


Field Documentation

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().

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().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 29 14:10:03 2010 for display-demo by  doxygen 1.6.3