Gtk.TreeSelection.prototype.select_range

function select_range(start_path:Gtk.TreePath, end_path:Gtk.TreePath):void {
    // Gjs wrapper for gtk_tree_selection_select_range()
}

Selects a range of nodes, determined by start_path and end_path inclusive. selection must be set to #GTK_SELECTION_MULTIPLE mode.

start_path

The initial node of the range.

end_path

The final node of the range.