Package: gtk

Accessor gtk-entry-completion-inline-selection

Lambda List

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

Syntax

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

Arguments

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

Details

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

The slot access function gtk-entry-completion-inline-selection returns true if inline selection mode is turned on. The slot access function (setf gtk-entry-completion-inline-selection) sets whether it is possible to cycle through the possible completions inside the entry.
 

See also

2020-5-31