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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    static let nonlinear: GdkNotifyType
  • the pointer moves between two windows which are not ancestors of each other and the window is part of the ancestor chain between one of these windows 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