Package: gtk

Callback gtk:tree-model-foreach-func

Syntax

lambda (model path iter) => result

Arguments

model -- a gtk:tree-model object being iterated
path -- a current gtk:tree-path instance
iter -- a current gtk:tree-iter iterator
result -- true to stop iterating, false to continue

Details

Type of the callback function passed to the gtk:tree-model-foreach function to iterate over the rows in a tree model.

Warning

This callback function is deprecated since 4.20. There is no replacement.
 

See also

#2025-12-08