get_dest_item_at_pos
Description:
[ Version ( since = "2.8" ) ]
public bool get_dest_item_at_pos (int drag_x, int drag_y, out TreePath path, out IconViewDropPosition pos)
public bool get_dest_item_at_pos (int drag_x, int drag_y, out TreePath path, out IconViewDropPosition pos)
Determines the destination item for a given position.
Parameters:
| this |
a IconView |
| drag_x |
the position to determine the destination item for |
| drag_y |
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. |