Enumeration (GI Enum)

Gdk-3.0GdkCrossingMode

Specifies the crossing mode for Gdk.EventCrossing.

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

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

TOUCH_END: number

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

UNGRAB: number

crossing because a grab is deactivated.

Variables

$gtype