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 -- the gtk-tree-model object

Details

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

The slot access function gtk-entry-completion-model returns the gtk-tree-model, or nil if none is currently being used. The slot access function (setf gtk-entry-completion-model) 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.
 

See also

2020-5-31