Size: 900
Comment: missing edit-log entry for this revision
|
Size: 1154
Comment: added tix documentation reference
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
* [http://www.amk.ca/bookstore/applications.html Python and Tkinter Programming] by JohnGrayson |
|
Line 11: | Line 9: |
* Python and Tkinter Programming by JohnGrayson (see GuiBooks for info) * DEAD: [http://www.amk.ca/bookstore/applications.html Python and Tkinter Programming] by JohnGrayson |
|
Line 17: | Line 17: |
* ["Tix"] | * ["Tix"] (http://www.python.org/doc/current/lib/module-Tix.html) |
Line 19: | Line 19: |
* ["How Tkinter can exploit Tcl/Tk extensions"] == Comments == MythDebunking: ''TkInter is ugly on Windows.'' |
Tkinter is Python's de-facto standard GUI (Graphical User Interface) package. It is a thin object-oriented layer on top of Tcl/Tk.
Tkinter is not the only GuiProgramming toolkit for Python. It is however the most commonly used one, and almost the only one that is portable between Unix, Mac and Windows. CameronLaird calls the yearly decision to keep TkInter "one of the minor traditions of the Python world."
More info here: http://www.python.org/topics/tkinter/
Tkinter Documentation
[http://www.pythonware.com/library/index.htm An Introduction To Tkinter] (online) by FredrikLundh
Python and Tkinter Programming by JohnGrayson (see GuiBooks for info)
DEAD: [http://www.amk.ca/bookstore/applications.html Python and Tkinter Programming] by JohnGrayson
Also see: http://www.python.org/topics/tkinter/doc.html
Tkinter Extensions
["Pmw"] (http://pmw.sourceforge.net)
["Tix"] (http://www.python.org/doc/current/lib/module-Tix.html)
["Tkinter3000"] (http://tkinter.effbot.org)
- ["How Tkinter can exploit Tcl/Tk extensions"]
Comments
MythDebunking: TkInter is ugly on Windows.