TextView.bufferToWindowCoords
void bufferToWindowCoords(gtk.types.TextWindowType win, int bufferX, int bufferY, out int windowX, out int windowY)Converts buffer coordinates to window coordinates.
Parameters
win | a [gtk.types.TextWindowType] |
bufferX | buffer x coordinate |
bufferY | buffer y coordinate |
windowX | window x coordinate return location |
windowY | window y coordinate return location |