Determines whether the possible completions on the popup will appear in the entry as you navigate through them.
Determines whether the possible completions should be shown in a popup window.
Determines whether the completions popup window will be resized to the width of the entry.
Determines whether the completions popup window will shown for a single possible completion. You probably want to set this to %FALSE if you are using
inline completion.The column of the model containing the strings. Note that the strings must be UTF-8.
Determines whether the common prefix of the possible completions should be inserted automatically in the entry. Note that this requires text-column to be set, even if you are using a custom match function.