Package: gtk

Accessor gtk:entry-completion-popup-single-match

Lambda List

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

Syntax

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

Arguments

object -- a gtk:entry-completion object
setting -- true if the popup should appear even for a single match

Details

The accessor for the popup-single-match slot of the gtk:entry-completion class gets or sets whether the completions popup window will shown for a single possible completion. You may want to set this to false if you are using inline completion.

Warning

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

See also

2025-09-24