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 `GtkTreeModel` being iterated

path

the current `GtkTreePath`

iter

the current `GtkTreeIter`

data

The user data passed to @foreach

Returns:

true to stop iterating, false to continue


Namespace: Gtk
Package: gtk4