James Henstridge discourseth:
> 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.

Even better, it means I'm no longer copying those typedefs by hand
into my extensions. :D

> My question is if anyone was writing extensions that used _gtk before.  If
> not, I can remove the old support code.

Well, I have, but I'm not sure which old support code you're refering
to.  pygtk.h is something I've been wanting for a while. :D

E
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to