gtkIconViewGetDestItemAtPos {RGtk2} | R Documentation |
Determines the destination item for a given position.
gtkIconViewGetDestItemAtPos(object, drag.x, drag.y)
|
[GtkIconView ] a GtkIconView |
|
[integer] the position to determine the destination item for |
|
[integer] the position to determine the destination item for |
Since 2.8
A list containing the following elements:
retval |
[logical] whether there is an item at the given position. |
|
[GtkTreePath ] Return location for the path of the item, or NULL . |
|
[GtkIconViewDropPosition ] Return location for the drop position, or NULL |
Derived by RGtkGen from GTK+ documentation