gtkTreeViewWidgetToTreeCoords {RGtk2} | R Documentation |
Converts widget coordinates to coordinates for the tree window (the full scrollable area of the tree).
gtkTreeViewWidgetToTreeCoords(object, wx, wy)
|
[GtkTreeView ] a GtkTreeView |
|
[integer] widget X coordinate |
|
[integer] widget Y coordinate |
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