On Sat, 29 Sep 2001, James Henstridge wrote:

> 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

oops.  That should be:
  ftp://ftp.gnome.org/pub/GNOME/earthquake/sources/pygtk/pygtk-1.99.2.tar.gz

ftp.gnome.org hasn't sync'd with master.gnome.org, so this isn't available
just yet.

>
> 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).

There have been a number of other changes to make things compile with the
latest gtk as well as these two.

Also, Matt Wilson checked in fixes so that GtkCTreeNode arguments for
GtkCTree signals now work again, which makes GtkCTree usable in python
again (although switching over to GtkTreeModel/View should be your long
term goal).

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