EventSequenceState

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • The sequence is handled, but not grabbed.

    Declaration

    Swift

    static let none: GtkEventSequenceState
  • The sequence is handled and grabbed.

    Declaration

    Swift

    static let claimed: GtkEventSequenceState
  • The sequence is denied.

    Declaration

    Swift

    static let denied: GtkEventSequenceState