getPathAtPos

open fun getPathAtPos(x: Int, y: Int): TreePath?

Gets the path for the icon at the given position.

Return

The GtkTreePath corresponding to the icon or null if no icon exists at that position.

Parameters

x

The x position to be identified

y

The y position to be identified