TreeView.rowExpanded

Returns TRUE if the node pointed to by path is expanded in tree_view.

class TreeView
bool
rowExpanded

Parameters

path TreePath

A gtk.TreePath to test expansion state.

Return Value

Type: bool

TRUE if path is expanded.