| gtkIconViewGetPathAtPos {RGtk2} | R Documentation |
Finds the path at the point (x, y), relative to bin_window coordinates.
See gtkIconViewGetItemAtPos, if you are also interested in
the cell at the specified position.
See gtkIconViewConvertWidgetToBinWindowCoords for converting
widget coordinates to bin_window coordinates.
gtkIconViewGetPathAtPos(object, x, y)
|
[GtkIconView] A GtkIconView. |
|
[integer] The x position to be identified |
|
[integer] The y position to be identified |
Since 2.6
[GtkTreePath] The GtkTreePath corresponding to the icon or NULL
if no icon exists at that position.
Derived by RGtkGen from GTK+ documentation