TreeModelForeachFunc

typealias TreeModelForeachFunc = (model: TreeModel, path: TreePath, iter: TreeIter) -> Boolean

Type of the callback passed to gtk_tree_model_foreach() to iterate over the rows in a tree model.

  • param model the GtkTreeModel being iterated

  • param path the current GtkTreePath

  • param iter the current GtkTreeIter

  • return true to stop iterating, false to continue