Package: gtk

Accessor gtk-entry-completion-popup-completion

Lambda List

gtk-entry-completion-popup-completion (object)

Syntax

(gtk-entry-completion-popup object) => popup-completion
(setf (gtk-entry-completion-popup object) popup-completion)

Arguments

object -- a gtk-entry-completion object
popup-completion -- true to do popup completion

Details

Accessor of the popup-completion slot of the gtk-entry-completion class.

The slot access function gtk-entry-completion-popup-completion returns whether the completions should be presented in a popup window. The slot access function (setf gtk-entry-completion-popup-completion) sets whether the completions should be presented in a popup window.
 

See also

2020-5-31