[Python-checkins] python/dist/src/Doc/lib tkinter.tex,1.10.6.1,1.10.6.2

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Fri, 31 May 2002 11:22:16 -0700


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

Modified Files:
      Tag: release22-maint
	tkinter.tex 
Log Message:
Update links and information on PyQt/PyKDE.

Index: tkinter.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/tkinter.tex,v
retrieving revision 1.10.6.1
retrieving revision 1.10.6.2
diff -C2 -d -r1.10.6.1 -r1.10.6.2
*** tkinter.tex	5 Jan 2002 03:57:19 -0000	1.10.6.1
--- tkinter.tex	31 May 2002 18:22:14 -0000	1.10.6.2
***************
*** 1790,1799 ****
  specialized widgets, extensive documentation, and printing capabilities.
  }
! \seetitle[http://www.thekompany.com]{PyKDE}{
! PyKDE is a SIP wrapped interface to the Qt toolkit.
! The Qt \Cpp{} toolkit lies at the heart of the KDE desktop, and the
! Qt toolkit allows very tight integration with KDE, and also Windows
! portability. SIP is a tool for generating bindings for \Cpp{} libraries
! as Python classes, and is specifically designed for Python.
  }
  \seetitle[http://fxpy.sourceforge.net/]{FXPy}{
--- 1790,1806 ----
  specialized widgets, extensive documentation, and printing capabilities.
  }
! \seetitle[]{PyQt}{
! PyQt is a \program{sip}-wrapped binding to the Qt toolkit.  Qt is an
! extensive \Cpp{} GUI toolkit that is available for \UNIX, Windows and
! Mac OS X.  \program{sip} is a tool for generating bindings for \Cpp{}
! libraries as Python classes, and is specifically designed for Python.
! An online manual is available at
! \url{http://www.opendocspublishing.com/pyqt/} (errata are located at
! \url{http://www.valdyas.org/python/book.html}). 
! }
! \seetitle[http://www.riverbankcomputing.co.uk/pykde/index.php]{PyKDE}{
! PyKDE is a \program{sip}-wrapped interface to the KDE desktop
! libraries.  KDE is a desktop environment for \UNIX{} computers; the
! graphical components are based on Qt.
  }
  \seetitle[http://fxpy.sourceforge.net/]{FXPy}{