TreeView.rowExpanded
bool rowExpanded(gtk.tree_path.TreePath path)Returns true if the node pointed to by path is expanded in tree_view.
Parameters
path | A #GtkTreePath to test expansion state. |
Returns
true if #path is expanded.
bool rowExpanded(gtk.tree_path.TreePath path)Returns true if the node pointed to by path is expanded in tree_view.
path | A #GtkTreePath to test expansion state. |