Description Usage Arguments Author(s)
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.
1 | gtkTreeModelForeach(object, func, user.data = NULL)
|
|
A |
|
A function to be called on each row |
|
User data to passed to func. |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.