gtkTreeViewGetDestRowAtPos {RGtk2}R Documentation

gtkTreeViewGetDestRowAtPos

Description

Determines the destination row for a given position. drag.x and drag.y are expected to be in widget coordinates.

Usage

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

Arguments

object [GtkTreeView] a GtkTreeView
drag.x [integer] the position to determine the destination row for
drag.y [integer] the position to determine the destination row for

Value

A list containing the following elements:

retval [logical] whether there is a row at the given position.
path [GtkTreePath] Return location for the path of the highlighted row, or NULL.
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]