Package: gtk

Function gtk:tree-selection-unselect-range

Lambda List

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

Arguments

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

Details

Unselects a range of nodes, determined by start and end inclusive.

Warning

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

See also

#2024-11-5