[pygtk] pygtk extensionclass work

2000-03-26 Thread James Henstridge
I just thought I would post a message saying that the extensionclass based rewrite of pygtk is going pretty well. In fact, you should even be able to test it for very simple things. If you want to do this, here are some instructions: Checkout the extension-class branch of pygtk. This can be

Re: [pygtk] pygtk extensionclass work

2000-03-26 Thread James Henstridge
Well, most of what is in gtk.py is being moved to a C extension module. The types you create in an extension module are not class like, so you can't subclass them for instance. ExtensionClass is a bit of code that allows you to create types that can be subclassed. This way, I can autogenerate