On Wed, 11 Apr 2001, Tim Goetze wrote:
> hi,
>
> i'd like to use pygtk widget classes as base classes to my own, like
>
> class myVBox (GtkVBox):
> ...
>
> now if i understand correctly, the python wrapping code in gtk.py is
> planned to be rewritten in c. will this break code like above?
the development version of pygtk uses ExtensionClass, which is a module
that allows creation of types in C extension modules that can be
subclassed. So the above code will continue to work.
James.
--
Email: [EMAIL PROTECTED]
WWW: http://www.daa.com.au/~james/
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk