Gjsify LogoGjsify Logo

Generated when the pointer enters or leaves a window.

record

Hierarchy

  • EventCrossing

Index

Constructors

Properties

detail: Gdk.NotifyType

the kind of crossing that happened (%GDK_NOTIFY_INFERIOR, %GDK_NOTIFY_ANCESTOR, %GDK_NOTIFY_VIRTUAL, %GDK_NOTIFY_NONLINEAR or %GDK_NOTIFY_NONLINEAR_VIRTUAL).

field
focus: boolean

%TRUE if window is the focus window or an inferior.

field

the crossing mode (%GDK_CROSSING_NORMAL, %GDK_CROSSING_GRAB, %GDK_CROSSING_UNGRAB, %GDK_CROSSING_GTK_GRAB, %GDK_CROSSING_GTK_UNGRAB or %GDK_CROSSING_STATE_CHANGED). %GDK_CROSSING_GTK_GRAB, %GDK_CROSSING_GTK_UNGRAB, and %GDK_CROSSING_STATE_CHANGED were added in 2.14 and are always synthesized, never native.

field
send_event: number

%TRUE if the event was sent explicitly.

field

a bit-mask representing the state of the modifier keys (e.g. Control, Shift and Alt) and the pointer buttons. See #GdkModifierType.

field
subwindow: Gdk.Window

the window that was entered or left.

field
time: number

the time of the event in milliseconds.

field

the type of the event (%GDK_ENTER_NOTIFY or %GDK_LEAVE_NOTIFY).

field
window: Gdk.Window

the window which received the event.

field
x: number

the x coordinate of the pointer relative to the window.

field
x_root: number

the x coordinate of the pointer relative to the root of the screen.

field
y: number

the y coordinate of the pointer relative to the window.

field
y_root: number

the y coordinate of the pointer relative to the root of the screen.

field
name: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method