TreeView.expandRow

bool expandRow(gtk.tree_path.TreePath path, bool openAll)

Opens the row so its children are visible.

Parameters

pathpath to a row
openAllwhether 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