Interface TreeModel.OnTreeModelForeachFunc

Enclosing class:
TreeModel
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TreeModel.OnTreeModelForeachFunc
  • Method Details

    • onTreeModelForeachFunc

      boolean onTreeModelForeachFunc(CallbackHandler __self, @Nonnull TreeModel model, @Nonnull TreePath path, @Nonnull TreeIter iter, @Nullable Pointer data)
      Type of the callback passed to gtk_tree_model_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 gtk_tree_model_foreach()
      Returns:
      %TRUE to stop iterating, %FALSE to continue