Describes a change of keyboard focus.
GdkEventType type;
the type of the event (GDK_FOCUS_CHANGE).
GdkWindow *window;
the window which received the event.
gint8 send_event;
TRUE if the event was sent explicitly (e.g. using
XSendEvent).
gint16 in;
TRUE if the window has gained the keyboard focus, FALSE if
it has lost the focus.
Describes a change of keyboard focus. GdkEventType type; the type of the event (GDK_FOCUS_CHANGE). GdkWindow *window; the window which received the event. gint8 send_event; TRUE if the event was sent explicitly (e.g. using XSendEvent). gint16 in; TRUE if the window has gained the keyboard focus, FALSE if it has lost the focus.