Method
GtkIconViewget_path_at_pos
Declaration [src]
GtkTreePath*
gtk_icon_view_get_path_at_pos (
GtkIconView* icon_view,
int x,
int y
)
Description [src]
Gets the path for the icon at the given position.
| Deprecated since: | 4.10 |
Use | |
Return value
| Returns: | GtkTreePath |
The |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL. |