Package: gtk

Accessor gtk:filter-list-model-watch-items

Lambda List

gtk:filter-list-model-watch-items (object)

Syntax

(gtk:filter-list-model-watch-items object) => setting
(setf (gtk:filter-list-model-watch-items object) setting)

Arguments

object -- a gtk:filter-list-model object
setting -- a boolean whether to monitor list items for changes

Details

The accessor for the watch-items slot of the gtk:filter-list-model class gets or sets whether watching items is enabled. This allows implementations of the gtk:filter object that support expression watching to react to property changes. This property has no effect if the current filter does not support watching items. By default, watching items is disabled.

Since 4.20
 

See also

#2025-11-02