Module: Gtk::AccessibleAutocomplete

Defined in:
(unknown)

Constant Summary collapse

NONE =

Automatic suggestions are not displayed.

0 or :none
INLINE =

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

1 or :inline
LIST =

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

2 or :list
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.

3 or :both