[IronPython] Extending Gtk.TextView

Doug Blank doug.blank at gmail.com
Fri May 6 23:12:56 CEST 2011


Does anyone have an idea what this would mean, or how to fix it?

>>> 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

-Doug



More information about the Ironpython-users mailing list