Robin
I have downloaded Python 2.5b2 and I had a quick look at the
official doc.
When browsing the doc, I fall on this (Python Library
Reference):
19.6 Other Graphical User Interface Packages
[...]
Tk is not the only GUI for Python, but is however the most
commonly used
one.
wxWindows
is a GUI toolkit that combines the most attractive
attributes of Qt, Tk,
Motif, and GTK+ in one powerful and efficient package. It is
implemented
in C++. wxWindows supports two flavors of Unix
implementation: GTK+ and
Motif, and under Windows, it has a standard Microsoft
Foundation Classes
(MFC) appearance, because it uses Win32 widgets. There is a
Python class
wrapper, independent of Tkinter.
wxWindows is much richer in widgets than Tkinter, with its
help system,
sophisticated HTML and image viewers, and other specialized
widgets,
extensive documentation, and printing capabilities.
[...]
The link is also wrong.
May I suggest you contact the Python stuff and submit some
corrections?
After all, this is the *official* documentation.
Jean-Michel Fauth, Switzerland.
------------------------------------------------------------
---------
To unsubscribe, e-mail: wxPython-dev-unsubscribe lists.wxwidgets.org
For additional commands, e-mail: wxPython-dev-help lists.wxwidgets.org
|