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)
|
[GtkTextView ] a GtkTextView |
|
[GtkTextWindowType ] a GtkTextWindowType except GTK_TEXT_WINDOW_PRIVATE |
|
[integer] buffer x coordinate |
|
[integer] buffer y coordinate |
Note that you can't convert coordinates for a nonexisting window (see
gtkTextViewSetBorderWindowSize
).
A list containing the following elements:
|
[integer] window x coordinate return location |
|
[integer] window y coordinate return location |
Derived by RGtkGen from GTK+ documentation