Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

A GtkIconView.

x

The x position to be identified

y

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


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.