Method
GtkIconViewget_path_at_pos
Declaration [src]
GtkTreePath*
gtk_icon_view_get_path_at_pos (
  GtkIconView* icon_view,
  int x,
  int y
)
Parameters
- x
- 
            Type: intThe x position to be identified. 
- y
- 
            Type: intThe y position to be identified. 
Return value
Type: GtkTreePath
The GtkTreePath corresponding
to the icon or NULL if no icon exists at that position.
| The caller of the method takes ownership of the data, and is responsible for freeing it. | 
| The return value can be NULL. |