Gtk.TreeModel::row-has-child-toggled
function callback(tree_model, path:Gtk.TreePath, iter:Gtk.TreeIter, ):void;
This signal is emitted when a row has gotten the first child row or lost its last child row.
- tree_model
instance of Gtk.TreeModel that is emitting the signal
- path
a Gtk.TreePath identifying the row
- iter
a valid Gtk.TreeIter pointing to the row