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) => single-match
(setf (gtk-entry-completion-popup-single-match object) single-match)

Arguments

object -- a gtk-entry-completion object
single-match -- 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 slot access function gtk-entry-completion-popup-single-match returns true if the popup window will appear regardless of the number of matches. The slot access function (setf gtk-entry-completion-popup-single-match) 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.
 

See also

2020-5-31