gdk.event_focus
Module for [EventFocus] class
class EventFocus
Types 1
classEventFocus
Describes a change of keyboard focus.
Fields
GdkEventFocus _cInstanceMethods
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.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.