expandRow

open fun expandRow(path: TreePath, openAll: Boolean): Boolean(source)

⚠️ Deprecated ⚠️

This is deprecated since version 4.10.

Use class@Gtk.ListView or class@Gtk.ColumnView instead

---

Opens the row so its children are visible.

Return

true if the row existed and had children

Parameters

path

path to a row

openAll

whether to recursively expand, or just expand immediate children