gtkIconViewGetPathAtPos {RGtk2}R Documentation

gtkIconViewGetPathAtPos

Description

Finds the path at the point (x, y), relative to widget coordinates. See gtkIconViewGetItemAtPos, if you are also interested in the cell at the specified position.

Usage

gtkIconViewGetPathAtPos(object, x, y)

Arguments

object [GtkIconView] A GtkIconView.
x [integer] The x position to be identified
y [integer] The y position to be identified

Details

Since 2.6

Value

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]