summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-07-08 13:44:27 (GMT)
committerFred Drake <fdrake@acm.org>2003-07-08 13:44:27 (GMT)
commit8120995b56ff3aaa4426b1528d31ca532c7f5560 (patch)
tree2e345be4d4e783e4afa68832b10b909634fd03d6 /Doc/lib
parent121d34af198b2d051eec158fd1be7aa19a224c28 (diff)
downloadcpython-8120995b56ff3aaa4426b1528d31ca532c7f5560.zip
cpython-8120995b56ff3aaa4426b1528d31ca532c7f5560.tar.gz
cpython-8120995b56ff3aaa4426b1528d31ca532c7f5560.tar.bz2
Update Tkinter3000 notes based on text from Fredrik Lundh.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/tkinter.tex16
1 files changed, 9 insertions, 7 deletions
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex
index 8ef40ff..50108d6 100644
--- a/Doc/lib/tkinter.tex
+++ b/Doc/lib/tkinter.tex
@@ -1781,13 +1781,15 @@ translations from the itcl to Python. It offers most of the range of
widgets that \code{[incr Widgets]} does, and is almost as complete as
Tix, lacking however Tix's fast \class{HList} widget for drawing trees.
}
-\seetitle[http://tkinter.effbot.org]{Tkinter3000}{
-is a Widget Construction Kit that allows you to write new Tkinter
-widgets in Python using Mixins. It is built on top of Tkinter,
-and does not offer the extended range of widgets that \refmodule{Tix} does,
-but does allow a form of building mega-widgets. The project is
-still in the early stages.
-}
+
+\seetitle[http://tkinter.effbot.org/]{Tkinter3000 Widget Construction
+ Kit (WCK)}{%
+is a library that allows you to write new Tkinter widgets in pure
+Python. The WCK framework gives you full control over widget
+creation, configuration, screen appearance, and event handling. WCK
+widgets can be very fast and light-weight, since they can operate
+directly on Python data structures, without having to transfer data
+through the Tk/Tcl layer.}
\end{seealso*}