select_range


Description:

public abstract bool select_range (uint position, uint n_items, bool unselect_rest)

Requests to select a range of items in the model.

Parameters:

this

a `GtkSelectionModel`

position

the first item to select

n_items

the number of items to select

unselect_rest

whether previously selected items should be unselected

Returns:

true if this action was supported and no fallback should be tried. This does not mean the range was selected.