window_to_buffer_coords


Description:

public void window_to_buffer_coords (TextWindowType win, int window_x, int window_y, out int buffer_x, out int buffer_y)

Converts coordinates on the window identified by win to buffer coordinates.

Parameters:

this

a `GtkTextView`

win

a `GtkTextWindowType`

window_x

window x coordinate

window_y

window y coordinate

buffer_x

buffer x coordinate return location

buffer_y

buffer y coordinate return location