Enumeration (GI Enum)

Gdk-3.0GdkCrossingMode

Specifies the crossing mode for Gdk.EventCrossing.

Index
DEVICE_SWITCH: 8

crossing because of a device switch (i.e. a mouse taking control of the pointer after a touch device), this event is synthetic as the pointer didn’t leave the window.

GRAB: 1

crossing because a grab is activated.

GTK_GRAB: 3

crossing because a GTK+ grab is activated.

GTK_UNGRAB: 4

crossing because a GTK+ grab is deactivated.

NORMAL: 0

crossing because of pointer motion.

STATE_CHANGED: 5

crossing because a GTK+ widget changed state (e.g. sensitivity).

TOUCH_BEGIN: 6

crossing because a touch sequence has begun, this event is synthetic as the pointer might have not left the window.

TOUCH_END: 7

crossing because a touch sequence has ended, this event is synthetic as the pointer might have not left the window.

UNGRAB: 2

crossing because a grab is deactivated.

Variables

$gtype