AccessibleInvalidState

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • There are no detected errors in the value

    Declaration

    Swift

    static let `false`: GtkAccessibleInvalidState
  • The value entered by the user has failed validation

    Declaration

    Swift

    static let `true`: GtkAccessibleInvalidState
  • A grammatical error was detected

    Declaration

    Swift

    static let grammar: GtkAccessibleInvalidState
  • A spelling error was detected

    Declaration

    Swift

    static let spelling: GtkAccessibleInvalidState