Package: gtk

Function gtk:icon-view-visible-range

Lambda List

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

Syntax

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

Arguments

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

Details

Returns start and end to be the first and last visible path. Returns nil if valid paths were not returned in start and end. Note that there may be invisible paths in between.

Warning

The gtk:icon-view implementation is deprecated since 4.10. Use the gtk:grid-view implementation instead.
 

See also

#2025-07-22