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

Accessor of the popup-single-match slot of the gtk:entry-completion class. The gtk:entry-completion-popup-single-match function returns true if the popup window will appear regardless of the number of matches. The (setf gtk:entry-completion-popup-single-match) function sets whether the completion popup window will appear even if there is only a single match. 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

2024-5-2