Struct
GdkEventFocus
Description [src]
struct GdkEventFocus {
GdkEventType type;
GdkWindow* window;
gint8 send_event;
gint16 in;
}
Describes a change of keyboard focus.
Structure members
type:GdkEventTypeThe type of the event (
GDK_FOCUS_CHANGE).window:GdkWindowThe window which received the event.
send_event:gint8TRUEif the event was sent explicitly.in:gint16TRUEif the window has gained the keyboard focus,FALSEif it has lost the focus.