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 of the item
pos -- a gtk:icon-view-drop-position value

Details

Determines the destination item for a given position.
 

See also

#2024-3-24