IconView.getItemAtPos

bool getItemAtPos(int x, int y, out gtk.tree_path.TreePath path, out gtk.cell_renderer.CellRenderer cell)

Gets the path and cell for the icon at the given position.

Parameters

xThe x position to be identified
yThe y position to be identified
pathReturn location for the path
cellReturn location for the renderer responsible for the cell at (x, y)

Returns

true if an item exists at the specified position

Deprecated

Use [gtk.grid_view.GridView] instead