gdk.event_focus
Module for [EventFocus] class
class EventFocus
Types 1
classEventFocus
Describes a change of keyboard focus.
Fields
GdkEventFocus _cInstanceMethods
void * _cPtr() nothrowgdk.types.EventType type() @property nothrowGet `type` field. Returns: the type of the event ([gdk.types.EventType.FocusChange]).void type(gdk.types.EventType propval) @property nothrowSet `type` field. Params: propval = the type of the event ([gdk.types.EventType.FocusChange]).gdk.window.Window window() @property nothrowGet `window` field. Returns: the window which received the event.void window(gdk.window.Window propval) @property nothrowSet `window` field. Params: propval = the window which received the event.byte sendEvent() @property nothrowGet `sendEvent` field. Returns: true if the event was sent explicitly.void sendEvent(byte propval) @property nothrowSet `sendEvent` field. Params: propval = true if the event was sent explicitly.short in_() @property nothrowGet `in_` field. Returns: true if the window has gained the keyboard focus, false if it has lost the focus.void in_(short propval) @property nothrowSet `in_` field. Params: propval = true if the window has gained the keyboard focus, false if it has lost the focus.