diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-08 13:45:39 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-08 13:45:39 (GMT) |
commit | 63bda3aaa76e6aebeb02ea19222f50976c363758 (patch) | |
tree | 7db481d8e250210471bb9b71ccdfdf29ad7d9294 | |
parent | 4bfde07d35a394720f28b9e1c1c95d314293e2da (diff) | |
download | cpython-63bda3aaa76e6aebeb02ea19222f50976c363758.zip cpython-63bda3aaa76e6aebeb02ea19222f50976c363758.tar.gz cpython-63bda3aaa76e6aebeb02ea19222f50976c363758.tar.bz2 |
Update Tkinter3000 notes based on text from Fredrik Lundh.
-rw-r--r-- | Doc/lib/tkinter.tex | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index c0c1526..35ed63c 100644 --- a/Doc/lib/tkinter.tex +++ b/Doc/lib/tkinter.tex @@ -1763,13 +1763,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*} |