Package: gtk

Accessor gtk-entry-completion-inline-completion

Lambda List

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

Syntax

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

Arguments

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

Details

Accessor of the inline-completion slot of the gtk-entry-completion class.

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

See also

2020-5-31