Package: gtk

Function gtk-icon-view-visible-range

Lambda List

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

Arguments

view -- a gtk-icon-view widget

Return Value

start -- a gtk-tree-path instance with the start of region, or nil
end -- a gtk-tree-path instance with the end of 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.
 

See also

2021-3-9