Struct
GdkEventAny
Description [src]
struct GdkEventAny {
  GdkEventType type;
  GdkWindow* window;
  gint8 send_event;
}
        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.
Structure members
type:GdkEventTypeThe type of the event.
window:GdkWindowThe window which received the event.
send_event:gint8TRUEif the event was sent explicitly.