Enumeration

GdkNotifyType

Declaration

enum Gdk.NotifyType

Description [src]

Specifies the kind of crossing for GdkEventCrossing.

See the X11 protocol specification of LeaveNotify for full details of crossing event generation.

Members

GDK_NOTIFY_ANCESTOR

The window is entered from an ancestor or left towards an ancestor.

  • Value: 0
  • Available since: 3.0
GDK_NOTIFY_VIRTUAL

The pointer moves between an ancestor and an inferior of the window.

  • Value: 1
  • Available since: 3.0
GDK_NOTIFY_INFERIOR

The window is entered from an inferior or left towards an inferior.

  • Value: 2
  • Available since: 3.0
GDK_NOTIFY_NONLINEAR

The window is entered from or left towards a window which is neither an ancestor nor an inferior.

  • Value: 3
  • Available since: 3.0
GDK_NOTIFY_NONLINEAR_VIRTUAL

The pointer moves between two windows which are not ancestors of each other and the window is part of the ancestor chain between one of these windows and their least common ancestor.

  • Value: 4
  • Available since: 3.0
GDK_NOTIFY_UNKNOWN

An unknown type of enter/leave event occurred.

  • Value: 5
  • Available since: 3.0