Package: gtk
Accessor gtk:entry-completion-text-column
Lambda Listgtk:entry-completion-text-column (object) SyntaxArgumentsDetails The accessor for the text-column slot of the gtk:entry-completion class gets or sets the column in the model of
the completion to get strings from.
This function will set up completion to have a list displaying all, and just,
strings in the completion list, and to get those strings from column in the
model of completion. This functions creates and adds a gtk:cell-renderer-text object for the selected column. If you need to set the text column, but do not want the cell renderer, use the g:object-property function to set the text-column property directly. Warning | See also |
2025-09-24