While looking at adding some numpy support to pygtk, I took a look at
their arrayobject.h header that is used by other extensions to add numpy
support. It looked like a good idea, so I wrote a similar header pygtk.h
for the _gtk module. You can view the header at:
http://cvs.gnome.org/lxr/source/gnome-python/pygtk/pygtk.h
This reduces the amount of code required to use the _gtk module's types to
just including a header and calling a function.
My question is if anyone was writing extensions that used _gtk before. If
not, I can remove the old support code.
James.
--
Email: [EMAIL PROTECTED]
WWW: http://www.daa.com.au/~james/
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]