TreeModelForeachFunc
typealias TreeModelForeachFunc = (model: TreeModel, path: TreePath, iter: TreeIter) -> Boolean(source)
Type of the callback passed to gtk_tree_model_foreach() to iterate over the rows in a tree model.
param
model
theGtkTreeModel
being iteratedparam
path
the currentGtkTreePath
param
iter
the currentGtkTreeIter
return true to stop iterating, false to continue