TreeView.rowExpanded

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

More...
class TreeView
bool
rowExpanded

Parameters

path gtk.tree_path.TreePath

A gtk.tree_path.TreePath to test expansion state.

Return Value

Type: bool

true if #path is expanded.

Detailed Description