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