TreeView.collapseRow
bool collapseRow(gtk.tree_path.TreePath path)Collapses a row (hides its child rows, if they exist).
Parameters
path | path to a row in the tree_view |
Returns
true if the row was collapsed.
bool collapseRow(gtk.tree_path.TreePath path)Collapses a row (hides its child rows, if they exist).
path | path to a row in the tree_view |