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

Accessor of the model slot of the gtk:entry-completion class. The gtk:entry-completion-model function returns the gtk:tree-model object, or nil if none is currently being used. The (setf gtk:entry-completion-model) function sets the model for a entry completion. 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

2024-5-2