Interface TreeModelIface.OnGetIter

Enclosing class:
TreeModelIface
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 TreeModelIface.OnGetIter
  • Method Details

    • onGetIter

      boolean onGetIter(CallbackHandler __self, @Nonnull TreeModel tree_model, @Nonnull TreeIter iter, @Nonnull TreePath path)
      Parameters:
      tree_model - a `GtkTreeModel`
      iter - the uninitialized `GtkTreeIter`
      path - the `GtkTreePath`
      Returns:
      %TRUE, if @iter was set