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 gtk:tree-model-foreach function returns.
 

See also

#2023-3-28