Hi!

I am using pygtk-1.99 and gtk-1.3.7 and I have some comments
and suggestions:

1.) there is an 'new' method in PyGObject_Functions in
pygobject.h, which makes it impossible to include pygobject.h
into C++ file, because new is a reserved word in C++.
It is a 2 line issue:

diff pygobject-original.h pygobject.h
37c37
<     PyObject *(* new)(GObject *obj);
---
>     PyObject *(* newobj)(GObject *obj);
71c71
< #define pygobject_new              (_PyGObject_API->new)
---
> #define pygobject_new              (_PyGObject_API->newobj)


2.) It would be nice to have GDK_TYPE_COLORSPACE,
GDK_TYPE_INTERP_TYPE and GDK_TYPE_PIXBUF_ALPHA_MODE defined.

3.) There is a problem with the `mailing list archive`
link on the home page, as the
        http://www.mail-archive.com/[email protected]/
is not up to date. I guess the link should point to 
        http://www.daa.com.au/pipermail/pygtk/ .


Thanks and keep up the good work,

        Peter
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to