Gdk.EventFocus - Structures - Gdk 3.0 (original) (raw)

Fields

Name Type Access Description
in_ int r/w True if the window has gained the keyboard focus, False if it has lost the focus.
send_event int r/w True if the event was sent explicitly.
type Gdk.EventType r/w the type of the event (Gdk.EventType.FOCUS_CHANGE).
window Gdk.Window r/w the window which received the event.

Methods

None

Details

class Gdk.EventFocus

Describes a change of keyboard focus.