From 3bfd0311f9cbea2e0b919689dd6076a1ade8120f Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 27 May 2010 13:30:09 +0000 Subject: Remove top-level 'General Questions' section, pushing up the questions it contains --- Doc/faq/gui.rst | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst index 8041614..d37f480 100644 --- a/Doc/faq/gui.rst +++ b/Doc/faq/gui.rst @@ -6,18 +6,15 @@ Graphic User Interface FAQ .. contents:: -General GUI Questions -===================== - What platform-independent GUI toolkits exist for Python? --------------------------------------------------------- +======================================================== Depending on what platform(s) you are aiming at, there are several. .. XXX check links 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. @@ -26,7 +23,7 @@ page at http://www.tcl.tk. Tcl/Tk is fully portable to the MacOS, 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 @@ -46,7 +43,7 @@ well as in freeware or shareware. Qt -''' +--- There are bindings available for the Qt toolkit (`PyQt `_) and for KDE (`PyKDE `__). If @@ -57,13 +54,13 @@ Qt 4.5 upwards is licensed under the LGPL license) a Qt license from `Trolltech `_. Gtk+ -'''' +---- PyGtk bindings for the `Gtk+ toolkit `_ have been implemented by James Henstridge; see . FLTK -'''' +---- Python bindings for `the FLTK toolkit `_, a simple yet powerful and mature cross-platform windowing system, are available from `the @@ -71,7 +68,7 @@ PyFLTK project `_. FOX -''' +---- A wrapper for `the FOX toolkit `_ called `FXpy `_ is available. FOX supports both Unix variants @@ -79,13 +76,13 @@ and Windows. OpenGL -'''''' +------ 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 -- cgit v0.12