Virtual Method

Gtk.SelectionModel.select_range

Declaration [src]

gboolean
select_range (
  GtkSelectionModel* model,
  guint position,
  guint n_items,
  gboolean unselect_rest
)

Description [src]

Requests to select a range of items in the model.

Parameters

position guint
 

the first item to select

n_items guint
 

the number of items to select

unselect_rest gboolean
 

whether previously selected items should be unselected

Return value

Returns: gboolean

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