GdkEventFocus

Describes a change of keyboard focus.

Members

Variables

in_
short in_;

true if the window has gained the keyboard focus, false if it has lost the focus.

sendEvent
byte sendEvent;

true if the event was sent explicitly.

type
GdkEventType type;

the type of the event (gdk.types.EventType.FocusChange).

window
GdkWindow* window;

the window which received the event.