Package: gtk

Accessor gtk:entry-completion-model

Lambda List

gtk:entry-completion-model (object)

Syntax

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

Arguments

object -- a gtk:entry-completion object
model -- a gtk:tree-model object

Details

The accessor for the model slot of the gtk:entry-completion class gets or sets the model for a entry completion. Returns nil if none is currently being used. If the entry completion already has a model set, it will remove it before setting the new model. If model is nil, then it will unset the model.

Warning

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

See also

2025-09-24