| gtkTextViewWindowToBufferCoords {RGtk2} | R Documentation |
Converts coordinates on the window identified by win to buffer
coordinates, storing the result in (buffer.x,buffer.y).
gtkTextViewWindowToBufferCoords(object, win, window.x, window.y)
|
[GtkTextView] a GtkTextView |
|
[GtkTextWindowType] a GtkTextWindowType except GTK_TEXT_WINDOW_PRIVATE |
|
[integer] window x coordinate |
|
[integer] window y coordinate |
Note that you can't convert coordinates for a nonexisting window (see
gtkTextViewSetBorderWindowSize).
A list containing the following elements:
|
[integer] buffer x coordinate return location |
|
[integer] buffer y coordinate return location |
Derived by RGtkGen from GTK+ documentation