gtkIconViewGetDestItemAtPos {RGtk2}R Documentation

gtkIconViewGetDestItemAtPos

Description

Determines the destination item for a given position.

Usage

gtkIconViewGetDestItemAtPos(object, drag.x, drag.y)

Arguments

object [GtkIconView] a GtkIconView
drag.x [integer] the position to determine the destination item for
drag.y [integer] the position to determine the destination item for

Details

Since 2.8

Value

A list containing the following elements:

retval [logical] whether there is an item at the given position.
path [GtkTreePath] Return location for the path of the item, or NULL.
pos [GtkIconViewDropPosition] Return location for the drop position, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]