TreeView.expandRow

Opens the row so its children are visible.

class TreeView
bool
expandRow

Parameters

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

Meta