GtkAccessibleAutocomplete

The possible values for the %GTK_ACCESSIBLE_PROPERTY_AUTOCOMPLETE accessible property.

Values

ValueMeaning
NONE0

Automatic suggestions are not displayed.

INLINE1

When a user is providing input, text suggesting one way to complete the provided input may be dynamically inserted after the caret.

LIST2

When a user is providing input, an element containing a collection of values that could complete the provided input may be displayed.

BOTH3

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.

Meta