Signal
GtkTreeModel::row-has-child-toggled
Declaration
void
row_has_child_toggled (
  GtkTreeModel* self,
  GtkTreePath* path,
  GtkTreeIter* iter,
  gpointer user_data
)
Description [src]
This signal is emitted when a row has gotten the first child row or lost its last child row.
| Default handler: The default handler is called after the handlers added via  | 
Parameters
- path
- 
            Type: GtkTreePathA GtkTreePathidentifying the row.The data is owned by the caller of the function. 
- iter
- 
            Type: GtkTreeIterA valid GtkTreeIterpointing to the row.The data is owned by the caller of the function.