Gtk.TreeView::row-collapsed
function callback(tree_view, iter:Gtk.TreeIter, path:Gtk.TreePath, ):void;
The given row has been collapsed (child nodes are hidden).
- tree_view
instance of Gtk.TreeView that is emitting the signal
- iter
the tree iter of the collapsed row
- path
a tree path that points to the row