Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkTreeViewGetDestRowAtPos

gtkTreeViewGetDestRowAtPos


Description

Determines the destination row for a given position. drag.x and drag.y are expected to be in widget coordinates. This function is only meaningful if tree.view is realized. Therefore this function will always return FALSE if tree.view is not realized or does not have a model.

Usage

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

Arguments

object

a GtkTreeView

drag.x

the position to determine the destination row for

drag.y

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, TRUE if this is indeed the case.

path

Return location for the path of the highlighted row, or NULL. [ allow-none ]

pos

Return location for the drop position, or NULL. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.