Gtk.TreeModel::row_has_child_toggled

function vfunc_row_has_child_toggled(path:Gtk.TreePath, iter:Gtk.TreeIter):void {
}

Emits the Gtk.row-has-child-toggled signal on tree_model. This should be called by models after the child state of a node changes.

path

a Gtk.TreePath pointing to the changed row

iter

a valid Gtk.TreeIter pointing to the changed row