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