Gtk.TreeView.prototype.row_expanded
function row_expanded(path:Gtk.TreePath):Boolean { // Gjs wrapper for gtk_tree_view_row_expanded() }
Returns true if the node pointed to by path is expanded in tree_view.
- path
A Gtk.TreePath to test expansion state.
- Returns
true if #path is expanded.