Package: gtk

Function gtk-tree-model-foreach

Lambda List

gtk-tree-model-foreach (model func)

Arguments

model -- a gtk-tree-model object
func -- a gtk-tree-model-foreach-func callback function to be called on each row

Details

Calls func on each node in model in a depth-first fashion. If func returns true, then the tree ceases to be walked, and the function gtk-tree-model-foreach returns.
 

See also

2021-3-4