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_FOCUS_CHANGE).

window
GdkWindow* window;

the window which received the event.

Meta