Contains the fields which are common to all event structs.
Any event pointer can safely be cast to a pointer to a GdkEventAny to
access these fields.
GdkEventType type;
the type of the event.
GdkWindow *window;
the window which received the event.
gint8 send_event;
TRUE if the event was sent explicitly (e.g. using
XSendEvent).
Contains the fields which are common to all event structs. Any event pointer can safely be cast to a pointer to a GdkEventAny to access these fields. GdkEventType type; the type of the event. GdkWindow *window; the window which received the event. gint8 send_event; TRUE if the event was sent explicitly (e.g. using XSendEvent).