Package: gtk

Accessor gtk:entry-completion-inline-selection

Lambda List

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

Syntax

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

Arguments

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

Details

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

Warning

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

See also

2024-5-2