AccessibleAutocomplete
Description:
[ CCode ( cprefix = "GTK_ACCESSIBLE_AUTOCOMPLETE_" , type_id = "gtk_accessible_autocomplete_get_type ()" ) ]
public enum AccessibleAutocomplete
The possible values for the gtk_accessible_property_autocomplete accessible property.
Content:
Enum values:
- BOTH - When a user is providing
input, an element containing a collection of values that could complete the provided input may be 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.
- NONE - Automatic suggestions are
not displayed.