Package: gtk

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

Lambda List

gtk:icon-view-dest-item-at-pos (view xdrag ydrag)

Arguments

view -- a gtk:icon-view widget
xdrag -- an integer with the position to determine the destination item for
ydrag -- an integer with the position to determine the destination item for

Return Value

path -- a gtk:tree-path instance for the item
pos -- a gtk:icon-view-drop-position value

Details

Determines the destination item for a given position.

Warning

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

See also

#2024-7-9