Package: gtk

Callback gtk-tree-model-foreach-func

Details

Type of the callback function passed to the gtk-tree-model-foreach function to iterate over the rows in a tree model.
 lambda (model path iter)  
model
The gtk-tree-model object being iterated.
path
The current gtk-tree-path instance.
iter
The current gtk-tree-iter iterator.
Returns
True to stop iterating, false to continue.
 

See also

2021-12-9