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 for the range
end -- a final gtk:tree-path node for the range

Details

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

Warning

The gtk:tree-selection implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

#2025-07-22