Enumeration (GI Enum)

Gdk-4.0GdkCrossingMode

Specifies the crossing mode for enter and leave events.

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 surface.

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 surface.

TOUCH_END: 7

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

UNGRAB: 2

crossing because a grab is deactivated.

Variables

$gtype