:right-sidebar: True AccessibleAutocomplete =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: AccessibleAutocomplete :no-contents-entry: The possible values for the :const:`~gi.repository.Gtk.AccessibleProperty.AUTOCOMPLETE` accessible property. Fields ------ .. rst-class:: interim-class .. class:: AccessibleAutocomplete :no-index: .. attribute:: BOTH 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. .. attribute:: INLINE When a user is providing input, text suggesting one way to complete the provided input may be dynamically inserted after the caret. .. attribute:: LIST When a user is providing input, an element containing a collection of values that could complete the provided input may be displayed. .. attribute:: NONE Automatic suggestions are not displayed.