laguillaumie sylvain wrote: > yes on windows it works fine with "handle" no problems > > ok for pygtk 2.23 so macport is not uptodate
2.23.1 is a development version, 2.22 is the stable series. So it seems up-to-date with 2.22.0 (=latest stable version). If you want access to new features from the later versions, you need to do selective backports (like the patch I posted*). But "nswindow" and "nsview" _are_ a part of the GTK 2.22 API: http://git.gnome.org/browse/gtk+/tree/gdk/quartz/gdkquartz.h?h=gtk-2-22 So you could request for it to be included in PyGTK 2.22.1 ? http://git.gnome.org/browse/pygtk/tree/gtk/gdk.override?h=pygtk-2-22 --anders * http://git.gnome.org/browse/pygtk/commit/?id=be609e744ee47b117ced07f234262e4032658050 _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
