Suppose I have this sort of class relationship:

    class A(gobject.GObject):
        def __init__(self):
            gobject.GObject.__init__(self)
            ...

    class B(A):
        ...

A is abstract.  Do I need to call gobject.type_register for just A, just B
or both?

Thanks,

-- 
Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/
"The hippies and the hipsters did some great stuff in the sixties,
but the geeks pulled their weight too." -- Billy Bragg


_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to