Package: gtk

Accessor gtk-entry-completion

Lambda List

gtk-entry-completion (object)

Syntax

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

Arguments

object -- a gtk-entry widget
completion -- the gtk-entry-completion object or nil

Details

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

The gtk-entry-completion slot access function returns the auxiliary completion object currently in use by the entry. The (setf gtk-entry-completion) slot access function sets completion to be the auxiliary completion object to use with the entry.

All further configuration of the completion mechanism is done on completion using the gtk-entry-completion API. Completion is disabled if completion is set to nil.
 

See also

2021-11-2