From 4624b00d67f9218bedf0a51f78414c69eef90dbf Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sat, 12 Apr 2014 09:31:28 -0700 Subject: Remove references to the obsolete Mac Carbon modules in the GUI section of the FAQ. --- Doc/faq/gui.rst | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst index b34be2d..42d95bd 100644 --- a/Doc/faq/gui.rst +++ b/Doc/faq/gui.rst @@ -21,15 +21,15 @@ Tkinter Standard builds of Python include an object-oriented interface to the Tcl/Tk widget set, called Tkinter. This is probably the easiest to install and use. For more info about Tk, including pointers to the source, see the Tcl/Tk home -page at http://www.tcl.tk. Tcl/Tk is fully portable to the MacOS, Windows, and -Unix platforms. +page at http://www.tcl.tk. Tcl/Tk is fully portable to the Mac OS X, Windows, +and Unix platforms. wxWidgets --------- wxWidgets (http://www.wxwidgets.org) is a free, portable GUI class library written in C++ that provides a native look and feel on a -number of platforms, with Windows, MacOS X, GTK, X11, all listed as +number of platforms, with Windows, Mac OS X, GTK, X11, all listed as current stable targets. Language bindings are available for a number of languages including Python, Perl, Ruby, etc. @@ -88,13 +88,9 @@ For OpenGL bindings, see `PyOpenGL `_. What platform-specific GUI toolkits exist for Python? ======================================================== -`The Mac port `_ by Jack Jansen has a rich and -ever-growing set of modules that support the native Mac toolbox calls. The port -supports MacOS X's Carbon libraries. - By installing the `PyObjc Objective-C bridge -`_, Python programs can use MacOS X's -Cocoa libraries. See the documentation that comes with the Mac port. +`_, Python programs can use Mac OS X's +Cocoa libraries. :ref:`Pythonwin ` by Mark Hammond includes an interface to the Microsoft Foundation Classes and a Python programming environment -- cgit v0.12