Converts coordinates on the window identified by win to buffer coordinates, storing the result in (buffer_x,buffer_y).
Note that you can’t convert coordinates for a nonexisting window (see gtk.text_view.TextView.setBorderWindowSize).
a #GtkTextWindowType except gtk.types.TextWindowType.Private
window x coordinate
window y coordinate
buffer x coordinate return location or null
buffer y coordinate return location or null
Converts coordinates on the window identified by win to buffer coordinates, storing the result in (buffer_x,buffer_y).
Note that you can’t convert coordinates for a nonexisting window (see gtk.text_view.TextView.setBorderWindowSize).