TreeView.expandToPath
void expandToPath(gtk.tree_path.TreePath path)Expands the row at path. This will also expand all parent rows of path as necessary.
Parameters
path | path to a row. |
Deprecated
Use [gtk.list_view.ListView] or [gtk.column_view.ColumnView] instead