Does anyone have an idea what this warning means, or how to fix it?

% mono ipy.exe
>>> import Gtk
>>> class MyTextView(Gtk.TextView):
...>     pass
>>> mtv = MyTextView()

(pyjama:611): GLib-GObject-WARNING **:
/build/buildd/glib2.0-2.28.6/./gobject/gsignal.c:1549: signal
"set_scroll_adjustments" already exists in the `GtkTextView' class
ancestry

What would be necessary in C# to extend TextView?

-Doug
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to