Package: gtk
Function gtk-tree-selection-select-range
Lambda Listgtk-tree-selection-select-range (selection start-path end-path) Argumentsselection -- 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