wtk_button Struct Reference

Collaboration diagram for wtk_button:
Collaboration graph
[legend]

Data Fields

struct win_windowcontainer
 Container, ultimate widget parent.
char * caption
 Copy of caption string.
win_command_t command_data
 Custom command data, used when "clicked".
enum wtk_button_state state
 Current state.

Detailed Description

This is the button control struct. It contains references to the windows composing the button, 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 68 of file wtk_button.c.


Field Documentation

Copy of caption string.

Definition at line 72 of file wtk_button.c.

Referenced by wtk_button_create(), and wtk_button_handler().

Custom command data, used when "clicked".

Definition at line 74 of file wtk_button.c.

Referenced by wtk_button_create().

Container, ultimate widget parent.

Definition at line 70 of file wtk_button.c.

Referenced by wtk_button_as_child(), wtk_button_create(), and wtk_button_handler().

Current state.

Definition at line 76 of file wtk_button.c.

Referenced by wtk_button_create(), and wtk_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