TreeModelT.foreach_

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.

template TreeModelT()
override
void
foreach_

Parameters

func gtk.types.TreeModelForeachFunc

a function to be called on each row