| gtkIconViewGetItemAtPos {RGtk2} | R Documentation |
Finds the path at the point (x, y), relative to bin_window coordinates.
In contrast to gtkIconViewGetPathAtPos, this function also
obtains the cell at the specified position.
See gtkIconViewConvertWidgetToBinWindowCoords for converting
widget coordinates to bin_window coordinates.
gtkIconViewGetItemAtPos(object, x, y)
|
[GtkIconView] A GtkIconView. |
|
[integer] The x position to be identified |
|
[integer] The y position to be identified |
Since 2.8
A list containing the following elements:
retval |
[logical] TRUE if an item exists at the specified position |
|
[GtkTreePath] Return location for the path, or NULL |
|
[GtkCellRenderer] Return location for the renderer responsible for the cell
at (x, y), or NULL |
Derived by RGtkGen from GTK+ documentation