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

The accessor for the popup-completion slot of the gtk:entry-completion class gets or 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

2025-09-24