Package ch.bailu.gtk.gtk
Interface TreeModelIface.OnIterParent
- 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
onIterParent
(CallbackHandler __self, TreeModel tree_model, TreeIter iter, TreeIter child)
-
Method Details
-
onIterParent
boolean onIterParent(CallbackHandler __self, @Nonnull TreeModel tree_model, @Nonnull TreeIter iter, @Nonnull TreeIter child) - Parameters:
tree_model
- a `GtkTreeModel`iter
- the new `GtkTreeIter` to set to the parentchild
- the `GtkTreeIter`- Returns:
- %TRUE, if @iter is set to the parent of @child
-