Declaration
(gobject:define-genum "GtkAccessibleAutocomplete" accessible-autocomplete
(:export t
:type-initializer "gtk_accessible_autocomplete_get_type")
:none
:inline
:list
:both) Values - :none
- Automatic suggestions are not displayed.
- :inline
- When a user is providing input, text suggesting one way
to complete the provided input may be dynamically inserted after the caret.
- :list
- When a user is providing input, an element containing a
collection of values that could complete the provided input may be displayed.
- :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.
Details The possible values for the :autocomplete accessible property. |
| See also |