diff options
Diffstat (limited to 'Mac/OSXResources/app/Resources/English.lproj/Documentation/gui.html')
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/Documentation/gui.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/gui.html b/Mac/OSXResources/app/Resources/English.lproj/Documentation/gui.html index e715de4..252c78c 100644 --- a/Mac/OSXResources/app/Resources/English.lproj/Documentation/gui.html +++ b/Mac/OSXResources/app/Resources/English.lproj/Documentation/gui.html @@ -21,12 +21,11 @@ for your Python code, each of which has its own merits:</p> Library section of the <a href="doc/index.html">Python Language and runtime documentation</a> and the Human Interface Toolbox section of <a href="help:openbook=Carbon">Apple's Carbon Documentation</a>. - This solution is compatible with MacPython-OS9. - + This solution is compatible with MacPython-OS9.</li> <li> The <tt>W</tt> framework is built on top of this, and easier to use. The MacPython IDE uses W. Some documentation is available on <a href="http://www.nevada.edu/~cwebster/Python/index.html">Corran Webster's website</a>. - Compatible with MacPython-OS9. + Compatible with MacPython-OS9.</li> </ul> <p>For new work, however, one of the following packages may be better suited. @@ -38,17 +37,17 @@ can install them through the <a href="packman.html">Package Manager</a>:</p> In technical terms it is a bidirectional bridge between Python and Objectve-C, similar to Apple's Java bridge. Probably the best choice for Mac OS X-only applications, but at the - time of this writing PyObjC is still in beta. + time of this writing PyObjC is still in beta.</li> <li> <a href="http://wxpython.sourceforge.net/">wxPython</a> gives Python programs access to the wxWindows GUI toolkit. Many people consider this - the best open source cross-platform GUI solution available today. + the best open source cross-platform GUI solution available today.</li> <li> Tkinter is the oldest cross-platform GUI toolkit for Python, bridging Python to Tcl/Tk. If you install AquaTk it creates a native user interface on Mac OS X. Documented in the Library section, Tkinter subsection of the <a href="doc/index.html">Python Language and runtime documentation</a>. Tkinter - is not available for MacPython-OS9. + is not available for MacPython-OS9.</li> </ul> </body> |