get_path_at_pos
Description:
Finds the path at the point (x
, y
), relative to bin_window coordinates.
See get_item_at_pos, if you are also interested in the cell at the specified position. See convert_widget_to_bin_window_coords for converting widget coordinates to bin_window coordinates.
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. |