Package: gtk

Function gtk:icon-view-path-at-pos

Lambda List

gtk:icon-view-path-at-pos (view x y)

Arguments

view -- a gtk:icon-view widget
x -- an integer for the x position to be identified
y -- an integer for the y position to be identified

Return Value

The gtk:tree-path instance corresponding to the icon or nil if no icon exists at that position.

Details

Gets the path for the icon at the given position.

Warning

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

See also

#2025-3-3