IconView.getPathAtPos

Gets the path for the icon at the given position.

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: TreePath

The #GtkTreePath corresponding to the icon or %NULL if no icon exists at that position.

Meta