Package: gtk

Accessor gtk:entry-completion-inline-selection

Lambda List

gtk:entry-completion-inline-selection (object)

Syntax

(gtk:entry-completion-inline-selection object) => setting
(setf (gtk:entry-completion-inline-selection object) setting)

Arguments

object -- a gtk:entry-completion object
setting -- true to do inline selection

Details

The accessor for the inline-selection slot of the gtk:entry-completion class gets or sets whether the possible completions on the popup will appear in the text entry as you navigate through them.

Warning

The gtk:entry-completion implementation is deprecated since 4.10. This object will be removed in GTK 5.
 

See also

2025-09-24