NotifyType

Specifies the kind of crossing for enter and leave events.

See the X11 protocol specification of LeaveNotify for full details of crossing event generation.

Entries

Link copied to clipboard

the surface is entered from an ancestor or left towards an ancestor.

Link copied to clipboard

the pointer moves between an ancestor and an inferior of the surface.

Link copied to clipboard

the surface is entered from an inferior or left towards an inferior.

Link copied to clipboard

the surface is entered from or left towards a surface which is neither an ancestor nor an inferior.

Link copied to clipboard

the pointer moves between two surfaces which are not ancestors of each other and the surface is part of the ancestor chain between one of these surfaces and their least common ancestor.

Link copied to clipboard

an unknown type of enter/leave event occurred.

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.