Package: gtk

Accessor gtk:entry-completion-popup-completion

Lambda List

gtk:entry-completion-popup-completion (object)

Syntax

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

Arguments

object -- a gtk:entry-completion object
setting -- true to do popup completion

Details

Accessor of the popup-completion slot of the gtk:entry-completion class. The gtk:entry-completion-popup-completion function returns whether the completions should be presented in a popup window. The (setf gtk:entry-completion-popup-completion) function sets whether the completions should be presented in a popup window.
 

See also

2024-3-17