[Mono-list] Extending Gtk.TextView from IronPython
Doug Blank
doug.blank at gmail.com
Fri May 6 17:17:09 EDT 2011
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
More information about the Mono-list
mailing list