IconView.getDestItemAtPos

Determines the destination item for a given position.

class IconView
bool
getDestItemAtPos

Parameters

dragX int

the position to determine the destination item for

dragY int

the position to determine the destination item for

path gtk.tree_path.TreePath

Return location for the path of the item, or null.

pos gtk.types.IconViewDropPosition

Return location for the drop position, or null

Return Value

Type: bool

whether there is an item at the given position.