TreeModelIF.rowHasChildToggled

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

interface TreeModelIF
void
rowHasChildToggled

Parameters

path TreePath

a #GtkTreePath-struct pointing to the changed row

iter TreeIter

a valid #GtkTreeIter-struct pointing to the changed row

Meta