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 TreePath

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

pos GtkIconViewDropPosition

Return location for the drop position, or NULL

Return Value

Type: bool

whether there is an item at the given position.

Meta