Description Usage Arguments Details Value Author(s)
Converts coordinate (buffer.x
, buffer.y
) to coordinates for the window
win
, and stores the result in (window.x
, window.y
).
1 | gtkTextViewBufferToWindowCoords(object, win, buffer.x, buffer.y)
|
|
a |
|
a |
|
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 or |
|
window y coordinate return location or |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.