TreeView.expandRow
bool expandRow(gtk.tree_path.TreePath path, bool openAll)Opens the row so its children are visible.
Parameters
path | path to a row |
openAll | whether to recursively expand, or just expand immediate children |
Returns
true if the row existed and had children
Deprecated
Use [gtk.list_view.ListView] or [gtk.column_view.ColumnView] instead