I have just uploaded a new tarball of the development version of pygtk at:
  http://www.gnome.org/~james/pygtk-1.99.1.tar.gz

This version should be suitable for use with the recent 1.3.8 release of
glib/gtk+/etc.

This release includes the class name shortening patches and also generates
constants from information in the type system (ensuring constant values
are correct and hopefully complete).  The following renamings have
occured:
  gtk.Gtk*          -> gtk.*
  gtk.Gdk*          -> gtk.gdk.*
  gtk.GDK.*         -> gtk.gdk.*     (for most constants)
                    -> gtk.keysyms.* (for keysym constants)
  gtk.* (functions) -> gtk.*     (for gtk functions)
                    -> gtk.gdk.* (for gdk functions)
  pango.Pango*      -> pango.*

I haven't started the conversion to Python 2.2 type features yet.

This release includes the fix for Tom's attribute problem, so it should be
safe to mix ExtensionClasses and normal classes as base classes with 2.1,
but may cause problems with 2.0.  This problem should disapear with the
2.2 port.

James.

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

Reply via email to