IconView.getPathAtPos

gtk.tree_path.TreePath getPathAtPos(int x, int y)

Gets the path for the icon at the given position.

Parameters

xThe x position to be identified
yThe y position to be identified

Returns

The [gtk.tree_path.TreePath] corresponding

to the icon or null if no icon exists at that position.

Deprecated

Use [gtk.grid_view.GridView] instead