TreeModel.foreach_

void foreach_(gtk.types.TreeModelForeachFunc func)

Calls func on each node in model in a depth-first fashion.

If func returns true, then the tree ceases to be walked, and [gtk.tree_model.TreeModel.foreach_] returns.

Parameters

funca function to be called on each row