Package: gtk

Function gtk-tree-selection-select-range

Lambda List

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

Arguments

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

Details

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

See also

2020-9-11