NotifyType

public extension NotifyType
  • Cast constructor, converting any binary integer to a NotifyType.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

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

    Declaration

    Swift

    static let ancestor: GdkNotifyType
  • the pointer moves between an ancestor and an inferior of the surface.

    Declaration

    Swift

    static let virtual: GdkNotifyType
  • the surface is entered from an inferior or left towards an inferior.

    Declaration

    Swift

    static let inferior: GdkNotifyType
  • the surface is entered from or left towards a surface which is neither an ancestor nor an inferior.

    Declaration

    Swift

    static let nonlinear: GdkNotifyType
  • 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.

    Declaration

    Swift

    static let nonlinearVirtual: GdkNotifyType
  • an unknown type of enter/leave event occurred.

    Declaration

    Swift

    static let unknown: GdkNotifyType