gtkTreeViewGetDragDestRow {RGtk2}R Documentation

gtkTreeViewGetDragDestRow

Description

Gets information about the row that is highlighted for feedback.

Usage

gtkTreeViewGetDragDestRow(object, path)

Arguments

object [GtkTreeView] a GtkTreeView
path [GtkTreePath] Return location for the path of the highlighted row, or NULL.

Value

A list containing the following elements:

pos [GtkTreeViewDropPosition] Return location for the drop position, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]