On Tue, Apr 02, 2002 at 06:18:44PM -0500, David Petrou wrote: > partita 0/22 ~/pygtk-0.6.9> make > ... > In file included from gtkmodule.c:5510: > gtkmodule_impl.c: In function `_wrap_gtk_window_get_window_has_focus': > gtkmodule_impl.c:2434: structure has no member named `window_has_focus' > gtkmodule_impl.c: In function `_wrap_gtk_window_get_window_has_pointer_focus': > gtkmodule_impl.c:2444: structure has no member named `window_has_pointer_focus' > *** Error code 1
No wonder, those members are not there in gtk+ 1.2.8. 1.2.10 at least
has them. You could as well try to remove the wrappers for those members - they
are seldom needed AFAIK.
For that you have to remove the lines
(int window_has_focus)
(int window_has_pointer_focus)
from pygtk/generate/gtkcontainers.defs
HTH
Torsten
msg03790/pgp00000.pgp
Description: PGP signature
