[Python-checkins] python/dist/src/Doc/lib tkinter.tex,1.10.6.7,1.10.6.8

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 08 Jul 2003 06:45:41 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv10483

Modified Files:
      Tag: release22-maint
	tkinter.tex 
Log Message:
Update Tkinter3000 notes based on text from Fredrik Lundh.


Index: tkinter.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/tkinter.tex,v
retrieving revision 1.10.6.7
retrieving revision 1.10.6.8
diff -C2 -d -r1.10.6.7 -r1.10.6.8
*** tkinter.tex	20 May 2003 15:20:33 -0000	1.10.6.7
--- tkinter.tex	8 Jul 2003 13:45:39 -0000	1.10.6.8
***************
*** 1764,1774 ****
  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.
! }
  \end{seealso*}
  
--- 1764,1776 ----
  Tix, lacking however Tix's fast \class{HList} widget for drawing trees.
  }
! 
! \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*}