CrossingMode

Specifies the crossing mode for enter and leave events.

Entries

Link copied to clipboard

crossing because of pointer motion.

Link copied to clipboard

crossing because a grab is activated.

Link copied to clipboard

crossing because a grab is deactivated.

Link copied to clipboard

crossing because a GTK grab is activated.

Link copied to clipboard

crossing because a GTK grab is deactivated.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.