Enumeration (GI Enum)

Gtk-4.0GtkAccessibleAutocomplete

The possible values for the Gtk.AccessibleProperty.AUTOCOMPLETE accessible property.

Index

Enumeration Members

Enumeration Members

BOTH: number

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.

INLINE: number

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

LIST: number

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

NONE: number

Automatic suggestions are not displayed.