[IronPython] Extending Gtk.TextView

Dino Viehland dinov at microsoft.com
Sat May 7 02:52:53 CEST 2011


Doug wrote:
> From: users-bounces at lists.ironpython.com [mailto:users-
> bounces at 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 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
> 

Does this happen if you just subclass Gtk.TextView from C#?  We shouldn't be really
doing anything special when we subclass (other than overriding every single virtual
member).



More information about the Ironpython-users mailing list