buffer_to_window_coords


Description:

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

Converts buffer coordinates to window coordinates.

Parameters:

this

a `GtkTextView`

win

a `GtkTextWindowType`

buffer_x

buffer x coordinate

buffer_y

buffer y coordinate

window_x

window x coordinate return location

window_y

window y coordinate return location