Interface TreeModelIface.OnIterNthChild

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.OnIterNthChild
  • Method Details

    • onIterNthChild

      boolean onIterNthChild(CallbackHandler __self, @Nonnull TreeModel tree_model, @Nonnull TreeIter iter, @Nullable TreeIter parent, int n)
      Parameters:
      tree_model - a `GtkTreeModel`
      iter - the `GtkTreeIter` to set to the nth child
      parent - the `GtkTreeIter` to get the child from
      n - the index of the desired child
      Returns:
      %TRUE, if @parent has an @n-th child