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.

Warning

The gtk:tree-model implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

#2025-3-3