Re: [IronPython] Extending Gtk.TextView

2011-05-06 Thread Dino Viehland
Doug wrote: > From: users-boun...@lists.ironpython.com [mailto:users- > boun...@lists.ironpython.com] On Behalf Of Doug Blank > Sent: Friday, May 06, 2011 2:13 PM > To: Discussion of IronPython > Subject: [IronPython] Extending Gtk.TextView > > Does anyone have an idea wha

[IronPython] Extending Gtk.TextView

2011-05-06 Thread Doug Blank
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