TreeModelT.foreac

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_foreach() returns.

template TreeModelT(TStruct)
void
foreac

Parameters

func GtkTreeModelForeachFunc

a function to be called on each row. [scope call]

userData void*

user data to passed to func

Meta