TreeView.rowExpanded

bool rowExpanded(gtk.tree_path.TreePath path)

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

Parameters

pathA gtk.tree_path.TreePath to test expansion state.

Returns

true if #path is expanded.

Deprecated