TreeView.expandRow

Opens the row so its children are visible.

More...
class TreeView
bool
expandRow

Parameters

path gtk.tree_path.TreePath

path to a row

openAll bool

whether to recursively expand, or just expand immediate children

Return Value

Type: bool

true if the row existed and had children

Detailed Description