IconView.getDestItemAtPos

bool getDestItemAtPos(int dragX, int dragY, out gtk.tree_path.TreePath path, out gtk.types.IconViewDropPosition pos)

Determines the destination item for a given position.

Parameters

dragXthe position to determine the destination item for
dragYthe position to determine the destination item for
pathReturn location for the path of the item, or null.
posReturn location for the drop position, or null

Returns

whether there is an item at the given position.