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 [gtk.tree_path.TreePath] to test expansion state. |
Returns
true if #path is expanded.
Deprecated
Use [gtk.list_view.ListView] or [gtk.column_view.ColumnView] instead