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.

Warning

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

See also

2024-5-3