gtkIconViewGetDragDestItem {RGtk2}R Documentation

gtkIconViewGetDragDestItem

Description

Gets information about the item that is highlighted for feedback.

Usage

gtkIconViewGetDragDestItem(object)

Arguments

object [GtkIconView] a GtkIconView

Details

Since 2.8

Value

A list containing the following elements:

path [GtkTreePath] Return location for the path of the highlighted 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]