Package ch.bailu.gtk.gtk
Interface TreeView.OnRowCollapsed
- Enclosing class:
- TreeView
- 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
onRowCollapsed
(TreeIter iter, TreePath path) The given row has been collapsed (child nodes are hidden).
-
Method Details
-
onRowCollapsed
The given row has been collapsed (child nodes are hidden).- Parameters:
iter
- the tree iter of the collapsed rowpath
- a tree path that points to the row
-