Package: gtk

Function gtk:tree-view-visible-range

Lambda List

gtk:tree-view-visible-range (view)

Syntax

(gtk:tree-view-visible-range view) => start, end

Arguments

view -- a gtk:tree-view widget
start -- a gtk:tree-path instance for the start of region, or nil
end -- a gtk:tree-path instance for the end of region, or nil

Details

Returns start and end to be the first and last visible path. Note that there may be invisible paths in between.

Warning

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

See also

#2025-4-15