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

Accessor of the inline-completion slot of the gtk:entry-completion class. The gtk:entry-completion-inline-completion function returns whether the common prefix of the possible completions should be automatically inserted in the text entry. The (setf gtk:entry-completion-inline-completion) function sets the property.

Warning

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

See also

2024-5-2