[Python-checkins] CVS: python/dist/src/Doc/lib tkinter.tex,1.9,1.10

Fred L. Drake fdrake@users.sourceforge.net
Wed, 12 Dec 2001 20:25:39 -0800


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

Modified Files:
	tkinter.tex 
Log Message:
Minor adjustments.

Index: tkinter.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/tkinter.tex,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** tkinter.tex	2001/12/03 21:18:30	1.9
--- tkinter.tex	2001/12/13 04:25:37	1.10
***************
*** 910,914 ****
  \seetitle[http://tix.sourceforge.net/]
          {Tix Homepage}
!         {See the home page for \module{Tix}.}
  \seetitle[http://tix.sourceforge.net/dist/current/man/]
          {Tix Man Pages}
--- 910,915 ----
  \seetitle[http://tix.sourceforge.net/]
          {Tix Homepage}
!         {The home page for \module{Tix}.  This includes links to
!          additional documentation and downloads.}
  \seetitle[http://tix.sourceforge.net/dist/current/man/]
          {Tix Man Pages}
***************
*** 1315,1321 ****
  create color images from XPM files.
  
! % Python Demo of: \ulink{XPM Image In Button}{http://tix.sourceforge.net/dist/current/demos/samples/Xpm.tcl}
  
! % Python Demo of: \ulink{XPM Image In Menu}{http://tix.sourceforge.net/dist/current/demos/samples/Xpm1.tcl}
  
  \item
--- 1316,1324 ----
  create color images from XPM files.
  
! % Python Demo of:
! % \ulink{XPM Image In Button}{http://tix.sourceforge.net/dist/current/demos/samples/Xpm.tcl}
  
! % Python Demo of:
! % \ulink{XPM Image In Menu}{http://tix.sourceforge.net/dist/current/demos/samples/Xpm1.tcl}
  
  \item
***************
*** 1491,1498 ****
  
  The text widget and scrollbar are packed together in a \class{Frame},
! and the methods of the \class{Pack} geometry manager are acquired from
! the \class{Frame} object.  This allows the \class{ScrolledText} widget
! to be used directly to achieve most normal geometry management
! behavior.
  
  Should more specific control be necessary, the following attributes
--- 1494,1501 ----
  
  The text widget and scrollbar are packed together in a \class{Frame},
! and the methods of the \class{Grid} and \class{Pack} geometry managers
! are acquired from the \class{Frame} object.  This allows the
! \class{ScrolledText} widget to be used directly to achieve most normal
! geometry management behavior.
  
  Should more specific control be necessary, the following attributes