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