TreeModelForeachFunc


Description:

[ 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.

Parameters:

model

the TreeModel being iterated

path

the current TreePath

iter

the current TreeIter

data

The user data passed to @foreach

Returns:

true to stop iterating, false to continue


Namespace: Gtk
Package: gtk+-3.0