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 entry. The (setf gtk:entry-completion-inline-completion) function sets whether the common prefix of the possible completions should be automatically inserted in the entry.
 

See also

2024-3-17