gtkTreeViewConvertWidgetToBinWindowCoords {RGtk2} | R Documentation |
Converts widget coordinates to coordinates for the bin_window
(see gtkTreeViewGetBinWindow
).
gtkTreeViewConvertWidgetToBinWindowCoords(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 bin_window X coordinate |
|
[integer] return location for bin_window Y coordinate |
Derived by RGtkGen from GTK+ documentation