I have just put up a tarball of pygtk-1.99.2.  This release merges in the
python22-branch changes, and should be suitable for use with the recent
1.3.9 release of glib/gtk+.  It is available from (once things sync up):

  ftp://ftp.gnome.org/pub/earthquake/sources/pygtk/pygtk-1.99.2.tar.gz

This release requires python >= 2.2a4, and removes the customised
ExtensionClass module from the distribution.

>From the point of view of the python programmer, the following two things
have changed between these two releases:
  - attributes corresponding to object fields are now readonly.  That is,
    you will get an exception, rather than storing the value in the
    instance dictionary and shadowing the older attribute.
  - The gobject.list_properties function now returns a sequence of
    GParamSpec objects rather than property names.  The GParamSpec object
    has a number of fields:
      name         name of property
      nick         short description of property
      blurb        long description
      __doc__      synonym for blurb
      value_type   the GType for the value of this property
      owner_type   the GType of the object this is a property of
      __gtype__    the GType of the GParamSpec itself.
    Currently there is no access to extra fields of specific types of
    paramspecs (such as the upper/lower bounds of int pspecs).

James.

-- 
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


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

Reply via email to