Hey guys, Another parameter problem, in TextView.cs, the function: public void WindowToBufferCoords(Gtk.TextWindowType win, int window_x, int window_y, int buffer_x, int buffer_y) { The problem is that the parameters buffer_x and buffer_y are not being marked/recognized as output parameters. Miguel