@foreach
Description:
Calls func
on each node in model in a depth-first fashion.
If func
returns true, then the tree ceases to be walked, and @foreach
returns.
Parameters:
this |
a `GtkTreeModel` |
func |
a function to be called on each row |
user_data |
user data to passed to |