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 |
pos | Return location for the drop position |
Returns
whether there is an item at the given position.
Deprecated
Use [gtk.grid_view.GridView] instead