From 77d1199451ee19c028e2e8c73d4571bd2b009f72 Mon Sep 17 00:00:00 2001 From: eno93 Date: Fri, 21 Mar 2014 08:05:03 +1100 Subject: [PATCH] as suggested so long as it is consistant. --- docs/scenarios/gui.rst | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/docs/scenarios/gui.rst b/docs/scenarios/gui.rst index a9fc0d3..2bde519 100644 --- a/docs/scenarios/gui.rst +++ b/docs/scenarios/gui.rst @@ -1,20 +1,7 @@ GUI Applications ================ - -Tk --- -Tkinter is a thin object-oriented layer on top of Tcl/Tk. **It has the advantage -of being included with the Python standard library, making it the most -convenient and compatible toolkit to program with.** - -Both Tk and Tkinter are available on most Unix platforms, as well as on Windows -and Macintosh systems. Starting with the 8.0 release, Tk offers native look and -feel on all platforms. - -There's a good multi-language Tk tutorial with Python examples at -`TkDocs `_. There's more information -available on the `Python Wiki `_. +Alphabetical list of GUI Applications. Camelot ------- @@ -88,6 +75,20 @@ Qt `Qt `_ is a cross-platform application framework that is widely used for developing software with a GUI but can also be used for non-GUI applications. +Tk +-- +Tkinter is a thin object-oriented layer on top of Tcl/Tk. **It has the advantage +of being included with the Python standard library, making it the most +convenient and compatible toolkit to program with.** + +Both Tk and Tkinter are available on most Unix platforms, as well as on Windows +and Macintosh systems. Starting with the 8.0 release, Tk offers native look and +feel on all platforms. + +There's a good multi-language Tk tutorial with Python examples at +`TkDocs `_. There's more information +available on the `Python Wiki `_. + wxPython -------- wxPython is a GUI toolkit for the Python programming language. It allows