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 -- a gtk:entry-completion object or nil

Details

The accessor for the completion slot gets or sets the auxiliary completion object currently in use by the text entry.

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

Warning

This function is deprectated since 4.10. The gtk:entry-completion implementation will be removed in GTK 5.
 

See also

2026-08-17