Signal
GtkTreeView::row-collapsed
Declaration
void
row_collapsed (
  GtkTreeView* self,
  GtkTreeIter* iter,
  GtkTreePath* path,
  gpointer user_data
)
Description [src]
The given row has been collapsed (child nodes are hidden).
| Default handler: The default handler is called after the handlers added via  | 
Parameters
- iter
- 
            Type: GtkTreeIterThe tree iter of the collapsed row. The data is owned by the caller of the function. 
- path
- 
            Type: GtkTreePathA tree path that points to the row. The data is owned by the caller of the function.