wtk_radio_button Struct Reference

Collaboration diagram for wtk_radio_button:
Collaboration graph
[legend]

Data Fields

struct win_windowcontainer
 Container, ultimate widget parent.
char * caption
 Copy of caption string.
struct wtk_radio_groupgroup
 Reference to the group we are member of.
enum wtk_radio_button_state state
 Current state.
win_command_t command
 Command to send. Must be non-zero to be enabled.

Detailed Description

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

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

Definition at line 84 of file wtk_radio_button.c.


Field Documentation

Copy of caption string.

Definition at line 88 of file wtk_radio_button.c.

Referenced by wtk_radio_button_create(), and wtk_radio_button_handler().

Command to send. Must be non-zero to be enabled.

Definition at line 94 of file wtk_radio_button.c.

Referenced by wtk_radio_button_create(), and wtk_radio_button_handler().

Container, ultimate widget parent.

Definition at line 86 of file wtk_radio_button.c.

Referenced by wtk_radio_button_as_child(), wtk_radio_button_create(), wtk_radio_button_handler(), and wtk_radio_button_select().

Reference to the group we are member of.

Definition at line 90 of file wtk_radio_button.c.

Referenced by wtk_radio_button_create(), wtk_radio_button_handler(), wtk_radio_button_is_selected(), and wtk_radio_button_select().

Current state.

Definition at line 92 of file wtk_radio_button.c.

Referenced by wtk_radio_button_create(), and wtk_radio_button_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