Gtk.TreeSelection.prototype.select_path

function select_path(path:Gtk.TreePath):void {
    // Gjs wrapper for gtk_tree_selection_select_path()
}

Select the row at path.

path

The Gtk.TreePath to be selected.