Event data for command events, e.g. a button widget action command. More...
#include <win.h>

Data Fields | |
| struct win_window * | sender |
| Window that sent the event, or NULL. | |
| struct win_window * | recipient |
| Intended recipient of command. | |
| win_command_t | data |
| Custom data, depending on command type. | |
Event data for command events, e.g. a button widget action command.
Definition at line 251 of file win.h.
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().
| struct win_window* win_command_event::sender |
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().
1.6.3