gdk.event_focus

Module for [EventFocus] class

Types 1

Describes a change of keyboard focus.

Fields
GdkEventFocus _cInstance
Methods
void * _cPtr()
gdk.types.EventType type() @propertyGet `type` field. Returns: the type of the event ([gdk.types.EventType.FocusChange]).
void type(gdk.types.EventType propval) @propertySet `type` field. Params: propval = the type of the event ([gdk.types.EventType.FocusChange]).
gdk.window.Window window() @propertyGet `window` field. Returns: the window which received the event.
void window(gdk.window.Window propval) @propertySet `window` field. Params: propval = the window which received the event.
byte sendEvent() @propertyGet `sendEvent` field. Returns: true if the event was sent explicitly.
void sendEvent(byte propval) @propertySet `sendEvent` field. Params: propval = true if the event was sent explicitly.
short in_() @propertyGet `in_` field. Returns: true if the window has gained the keyboard focus, false if it has lost the focus.
void in_(short propval) @propertySet `in_` field. Params: propval = true if the window has gained the keyboard focus, false if it has lost the focus.
Constructors
this(void * ptr, Flag!"Take" take)