Package: gtk

Accessor gtk-entry-completion-popup-set-width

Lambda List

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

Syntax

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

Arguments

object -- a gtk-entry-completion object
popup-set-width -- true to make the width of the popup the same as the entry

Details

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

The slot access function gtk-entry-completion-popup-set-width returns whether the completion popup window will be resized to the width of the entry. The slot access function (setf gtk-entry-completion-popup-set-width) sets whether the completion popup window will be resized to be the same width as the entry.
 

See also

2020-5-31