IconView.getDestItemAtPos

Determines the destination item for a given position.

More...
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

pos gtk.types.IconViewDropPosition

Return location for the drop position

Return Value

Type: bool

whether there is an item at the given position.

Detailed Description

Deprecated: Use gtk.grid_view.GridView instead