Package ch.bailu.gtk.gtk
Interface TreeModelIface.OnRowDeleted
- 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 TypeMethodDescriptionvoid
onRowDeleted
(CallbackHandler __self, TreeModel tree_model, TreePath path)
-
Method Details
-
onRowDeleted
- Parameters:
tree_model
- a `GtkTreeModel`path
- a `GtkTreePath` pointing to the previous location of the deleted row
-