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
x | The x position to be identified |
y | The y position to be identified |
path | Return location for the path |
cell | Return 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