Package: gtk

Accessor gtk:entry-completion-inline-completion

Lambda List

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

Syntax

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

Arguments

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

Details

The accessor for the inline-completion slot of the gtk:entry-completion class gets or sets whether the common prefix of the possible completions should be automatically inserted in the text entry.

Warning

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

See also

2025-09-24