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.
 

See also

#2024-5-3