GdkEventClient
- Data
union Data
Undocumented in source.
- data
Data data;
Undocumented in source.
- dataFormat
ushort dataFormat;
Undocumented in source.
- messageType
GdkAtom messageType;
Undocumented in source.
- sendEvent
byte sendEvent;
Undocumented in source.
- type
GdkEventType type;
Undocumented in source.
- window
GdkWindow* window;
Undocumented in source.
gtkc gdktypes
aliasesenumsstructsvariables
An event sent by another client application. GdkEventType type; the type of the event (GDK_CLIENT_EVENT). GdkWindow *window; the window which received the event. gint8 send_event; TRUE if the event was sent explicitly (e.g. using XSendEvent). GdkAtom message_type; the type of the message, which can be defined by the application. gushort data_format; the format of the data, given as the number of bits in each data element, i.e. 8, 16, or 32. 8-bit data uses the b array of the data union, 16-bit data uses the s array, and 32-bit data uses the l array.