Package: gtk

Function gtk:tree-selection-select-range

Lambda List

gtk:tree-selection-select-range (selection start end)

Arguments

selection -- a gtk:tree-selection object
start -- an initial gtk:tree-path node of the range
end -- a final gtk:tree-path node of the range

Details

Selects a range of nodes, determined by start and end inclusive. The selection object must be set to :multiple mode.
 

See also

#2023-2-19