Enumeration (GI Enum)

Gdk-4.0GdkCrossingMode

Specifies the crossing mode for enter and leave events.

Index

Enumeration Members

DEVICE_SWITCH: number

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: number

crossing because a grab is activated.

GTK_GRAB: number

crossing because a GTK grab is activated.

GTK_UNGRAB: number

crossing because a GTK grab is deactivated.

NORMAL: number

crossing because of pointer motion.

STATE_CHANGED: number

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

TOUCH_BEGIN: number

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

TOUCH_END: number

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

UNGRAB: number

crossing because a grab is deactivated.