Re: ANNOUNCE: pygtk-1.99.8
- From: Daniel Egger <degger fhm edu>
- To: Thomas Leonard <tal00r ecs soton ac uk>
- Cc: GTK developers mailinglist <gtk-devel-list gnome org>
- Subject: Re: ANNOUNCE: pygtk-1.99.8
- Date: 20 Mar 2002 20:53:28 +0100
Am Mit, 2002-03-20 um 19.13 schrieb Thomas Leonard:
> Eg, this program:
>
> import gtk
> w = gtk.GtkWindow()
> ...
> is correct if the 1.2 bindings are installed, but incorrect once 2.0 is
> installed. Whereas, this:
>
> import gtk
> w = gtk.Window()
> ...
If your problem is just to distinguish between them you might want
to check the list of exported symbols for a method or function which is
only available in the recent version.
--
Servus,
Daniel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]