IconView.getItemAtPos

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

More...
class IconView
bool
getItemAtPos

Parameters

x int

The x position to be identified

y int

The y position to be identified

path gtk.tree_path.TreePath

Return location for the path

cell gtk.cell_renderer.CellRenderer

Return location for the renderer responsible for the cell at (x, y)

Return Value

Type: bool

true if an item exists at the specified position

Detailed Description

Deprecated: Use gtk.grid_view.GridView instead