gtkTreeModelForeach
Calls func on each node in model in a depth-first fashion.
If func
returns TRUE
, then the tree ceases to be walked, and
gtkTreeModelForeach
returns.
gtkTreeModelForeach(object, func, user.data = NULL)
|
|
|
A function to be called on each row |
|
User data to passed to func. |
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.