[Gtk-sharp-list] Another parameter problem.

Miguel de Icaza miguel@ximian.com
15 Oct 2002 17:38:57 -0400


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