AccessibleAutocomplete

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Automatic suggestions are not displayed.

    Declaration

    Swift

    static let none: GtkAccessibleAutocomplete
  • When a user is providing input, text suggesting one way to complete the provided input may be dynamically inserted after the caret.

    Declaration

    Swift

    static let inline: GtkAccessibleAutocomplete
  • When a user is providing input, an element containing a collection of values that could complete the provided input may be displayed.

    Declaration

    Swift

    static let list: GtkAccessibleAutocomplete
  • When a user is providing input, an element containing a collection of values that could complete the provided input may be displayed. If displayed, one value in the collection is automatically selected, and the text needed to complete the automatically selected value appears after the caret in the input.

    Declaration

    Swift

    static let both: GtkAccessibleAutocomplete