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

wina [gtk.types.TextWindowType]
bufferXbuffer x coordinate
bufferYbuffer y coordinate
windowXwindow x coordinate return location
windowYwindow y coordinate return location