IconView.getPathAtPos

Gets the path for the icon at the given position.

More...
class IconView
getPathAtPos
(
int x
,
int y
)

Parameters

x int

The x position to be identified

y int

The y position to be identified

Return Value

Type: gtk.tree_path.TreePath

The gtk.tree_path.TreePath corresponding to the icon or null if no icon exists at that position.

Detailed Description

Deprecated: Use gtk.grid_view.GridView instead