Schnittstelle TreeModel.OnTreeModelForeachFunc

Umschließende Klasse:
TreeModel
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface TreeModel.OnTreeModelForeachFunc
  • Methodendetails

    • 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.
      Parameter:
      model - the `GtkTreeModel` being iterated
      path - the current `GtkTreePath`
      iter - the current `GtkTreeIter`
      data - The user data passed to gtk_tree_model_foreach()
      Gibt zurück:
      %TRUE to stop iterating, %FALSE to continue