get_path_at_pos


Description:

public TreePath? get_path_at_pos (int x, int y)

Finds the path at the point (x, y), relative to widget coordinates.

See get_item_at_pos, if you are also interested in the cell at the specified position.

Parameters:

this

A IconView.

x

The x position to be identified

y

The y position to be identified

Returns:

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