Package: gtk

Function gtk:selection-model-select-range

Lambda List

gtk:selection-model-select-range (model position n-items unselect-rest)

Arguments

model -- a gtk:selection-model object
position -- an unsigned integer with the first item to select
n-items -- an unsigned integer with the number of items to select
unselect-rest -- a boolean whether previously selected items should be unselected

Return Value

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

Details

Requests to select a range of items in the model.
 

See also

#2023-9-14