Signal
Gtk TreeView::row-collapsed
Declaration
void
row_collapsed(
GtkTreeView*self,
GtkTreeIter*iter,
GtkTreePath*path,
gpointeruser_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 g_signal_connect().
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.