Package ch.bailu.gtk.gtk
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.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onIterNthChild
(CallbackHandler __self, TreeModel tree_model, TreeIter iter, TreeIter parent, int n)
-
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 childparent
- the `GtkTreeIter` to get the child fromn
- the index of the desired child- Returns:
- %TRUE, if @parent has an @n-th child
-