win_command_event Struct Reference
[Window System]

Event data for command events, e.g. a button widget action command. More...

#include <win.h>

Collaboration diagram for win_command_event:
Collaboration graph
[legend]

Data Fields

struct win_windowsender
 Window that sent the event, or NULL.
struct win_windowrecipient
 Intended recipient of command.
win_command_t data
 Custom data, depending on command type.

Detailed Description

Event data for command events, e.g. a button widget action command.

Definition at line 251 of file win.h.


Field Documentation

Custom data, depending on command type.

Definition at line 254 of file win.h.

Referenced by win_process_command_event(), wtk_button_handler(), wtk_check_box_handler(), wtk_radio_button_handler(), and wtk_slider_handler().

Intended recipient of command.

Definition at line 253 of file win.h.

Referenced by win_process_command_event(), wtk_button_handler(), wtk_check_box_handler(), wtk_radio_button_handler(), and wtk_slider_handler().

Window that sent the event, or NULL.

Definition at line 252 of file win.h.

Referenced by wtk_button_handler(), wtk_check_box_handler(), wtk_radio_button_handler(), and wtk_slider_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