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
dragX | the position to determine the destination item for |
dragY | the position to determine the destination item for |
path | Return location for the path of the item, or null. |
pos | Return location for the drop position, or null |
Returns
whether there is an item at the given position.