gtkTextViewBufferToWindowCoords {RGtk2} | R Documentation |
Converts coordinate (buffer.x
, buffer.y
) to coordinates for the window
win
, and stores the result in (window.x
, window.y
).
gtkTextViewBufferToWindowCoords(object, win, buffer.x, buffer.y)
|
|
|
a GTK_TEXT_WINDOW_PRIVATE |
|
buffer x coordinate |
|
buffer y coordinate |
Note that you can't convert coordinates for a nonexisting window (see
gtkTextViewSetBorderWindowSize
).
A list containing the following elements:
|
window x coordinate return location |
|
window y coordinate return location |
Derived by RGtkGen from GTK+ documentation