[ CCode ( instance_pos = 3.9 ) ]
public delegate bool TreeModelForeachFunc (TreeModel model, TreePath path, TreeIter iter)
Type of the callback passed to @foreach to iterate over the rows in a tree model.
model |
the TreeModel being iterated |
path |
the current TreePath |
iter |
the current TreeIter |
data |
The user data passed to @foreach |
true to stop iterating, false to continue |