TreeView.collapseRow

Collapses a row (hides its child rows, if they exist).

More...
class TreeView
bool
collapseRow

Parameters

path gtk.tree_path.TreePath

path to a row in the tree_view

Return Value

Type: bool

true if the row was collapsed.

Detailed Description