Function
Gtk.TreeModelForeachFunc
Declaration
gboolean
TreeModelForeachFunc (
GtkTreeModel* model,
GtkTreePath* path,
GtkTreeIter* iter,
gpointer data
)
Description [src]
Type of the callback passed to gtk_tree_model_foreach()
to
iterate over the rows in a tree model.
Parameters
model |
GtkTreeModel |
the |
|
The data is owned by the caller of the function | |
path |
GtkTreePath |
the current |
|
The data is owned by the caller of the function | |
iter |
GtkTreeIter |
the current |
|
The data is owned by the caller of the function | |
data |
gpointer |
The user data passed to |