RGtk2 (version 2.20.31)

gtkIconViewGetPathAtPos: gtkIconViewGetPathAtPos

Description

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.

Usage

gtkIconViewGetPathAtPos(object, x, y)

Arguments

object
x
The x position to be identified
y
The y position to be identified

Value

GtkTreePath] The GtkTreePath corresponding to the icon or NULL if no icon exists at that position.

Details

Since 2.6