[Python-checkins] python/dist/src/Doc/lib tkinter.tex,1.11,1.12

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Fri, 31 May 2002 11:21:58 -0700


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

Modified Files:
	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.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** tkinter.tex	5 Jan 2002 03:56:54 -0000	1.11
--- tkinter.tex	31 May 2002 18:21:56 -0000	1.12
***************
*** 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}{