Package: gtk

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

Lambda List

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

Arguments

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

Return Value

path -- a gtk:tree-path instance, or nil
cell -- a gtk:cell-renderer object responsible for the cell at (x,y), or nil if no item exists at the specified position

Details

Gets the path and cell 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

#2024-5-1