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