[ Version ( since = "2.6" ) ]
public TreePath? get_path_at_pos (int x, int y)
Gets the path for the icon at the given position.
Use [class@Gtk.GridView] instead
| this |
A `GtkIconView`. |
| x |
The x position to be identified |
| y |
The y position to be identified |
|
The `GtkTreePath` corresponding to the icon or null if no icon exists at that position. |