gtkTreeViewConvertWidgetToTreeCoords {RGtk2} | R Documentation |
Converts widget coordinates to coordinates for the tree (the full scrollable area of the tree).
gtkTreeViewConvertWidgetToTreeCoords(object, wx, wy)
|
[GtkTreeView ] a GtkTreeView |
|
[integer] X coordinate relative to the widget |
|
[integer] Y coordinate relative to the widget |
Since 2.12
A list containing the following elements:
|
[integer] return location for tree X coordinate |
|
[integer] return location for tree Y coordinate |
Derived by RGtkGen from GTK+ documentation