EntryCompletionPropertyName
public enum EntryCompletionPropertyName : String, PropertyNameProtocol
Undocumented
-
The
GtkCellAreaused to layout cell renderers in the treeview column.If no area is specified when creating the entry completion with
gtk_entry_completion_new_with_area()a horizontally orientedGtkCellAreaBoxwill be used.Declaration
Swift
case cellArea = "cell-area" -
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.
Declaration
Swift
case inlineCompletion = "inline-completion" -
Determines whether the possible completions on the popup will appear in the entry as you navigate through them.
Declaration
Swift
case inlineSelection = "inline-selection" -
Undocumented
Declaration
Swift
case minimumKeyLength = "minimum-key-length" -
Undocumented
Declaration
Swift
case model = "model" -
Determines whether the possible completions should be shown in a popup window.
Declaration
Swift
case popupCompletion = "popup-completion" -
Determines whether the completions popup window will be resized to the width of the entry.
Declaration
Swift
case popupSetWidth = "popup-set-width" -
Determines whether the completions popup window will shown for a single possible completion. You probably want to set this to
falseif you are using inline completion.Declaration
Swift
case popupSingleMatch = "popup-single-match" -
The column of the model containing the strings. Note that the strings must be UTF-8.
Declaration
Swift
case textColumn = "text-column"
View on GitHub
Install in Dash
EntryCompletionPropertyName Enumeration Reference