Method
GtkTreeViewcollapse_row
Declaration [src]
gboolean
gtk_tree_view_collapse_row (
GtkTreeView* tree_view,
GtkTreePath* path
)
Description [src]
Collapses a row (hides its child rows, if they exist).
Deprecated since: | 4.10 |
Use |
Parameters
path |
GtkTreePath |
Path to a row in the |
|
The data is owned by the caller of the function. |