wtk_check_box Struct Reference

Collaboration diagram for wtk_check_box:
Collaboration graph
[legend]

Data Fields

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

Detailed Description

This is the check box control struct. It contains references to the windows composing the check box, as well as non-window information required.

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

Definition at line 68 of file wtk_check_box.c.


Field Documentation

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

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

Current state.

Definition at line 76 of file wtk_check_box.c.

Referenced by wtk_check_box_create(), and wtk_check_box_handler().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 29 15:18:25 2010 for display-training by  doxygen 1.6.3