[ Version ( since = "2.6" ) ]
public TreePath? get_path_at_pos (int x, int y)
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.
this |
A IconView. |
x |
The x position to be identified |
y |
The y position to be identified |
The TreePath corresponding to the icon or null if no icon exists at that position. |