GdkEventFocus

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.

Members

Variables

inn
short inn;
Undocumented in source.
sendEvent
byte sendEvent;
Undocumented in source.
type
GdkEventType type;
Undocumented in source.
window
GdkWindow* window;
Undocumented in source.

Meta