gtkTreeViewGetDestRowAtPos {RGtk2} | R Documentation |
Determines the destination row for a given position. drag.x
and
drag.y
are expected to be in widget coordinates.
gtkTreeViewGetDestRowAtPos(object, drag.x, drag.y)
|
[GtkTreeView ] a GtkTreeView |
|
[integer] the position to determine the destination row for |
|
[integer] the position to determine the destination row for |
A list containing the following elements:
retval |
[logical] whether there is a row at the given position. |
|
[GtkTreePath ] Return location for the path of the highlighted row, or NULL . |
|
[GtkTreeViewDropPosition ] Return location for the drop position, or NULL |
Derived by RGtkGen from GTK+ documentation