diff options
author | Fred Drake <fdrake@acm.org> | 2001-11-30 18:17:24 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-11-30 18:17:24 (GMT) |
commit | 10cd3159635ae584ad0b1ae087cf19013cecab22 (patch) | |
tree | e512508616582a6f39eed0c0016a01c7543b4fb8 | |
parent | 5ed35fd1494f660745aa53968506d7e190908a30 (diff) | |
download | cpython-10cd3159635ae584ad0b1ae087cf19013cecab22.zip cpython-10cd3159635ae584ad0b1ae087cf19013cecab22.tar.gz cpython-10cd3159635ae584ad0b1ae087cf19013cecab22.tar.bz2 |
Change the chapter title to reflect the Tk affinity.
Use the new seealso* environment in the section pointing out other GUI
toolkits.
-rw-r--r-- | Doc/lib/tkinter.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index fa53831..dba20bc 100644 --- a/Doc/lib/tkinter.tex +++ b/Doc/lib/tkinter.tex @@ -1,4 +1,4 @@ -\chapter{Graphical User Interface Modules \label{gui}} +\chapter{Graphical User Interfaces with Tk \label{tkinter}} \index{GUI} \index{Graphical User Interface} @@ -1741,7 +1741,7 @@ If there are arguments: There are an number of extension widget sets to \refmodule{Tkinter}. -\begin{seealso} +\begin{seealso*} \seetitle[http://pmw.sourceforge.net/]{Python megawidgets}{is a toolkit for building high-level compound widgets in Python using the \refmodule{Tkinter} module. It consists of a set of base classes and @@ -1765,13 +1765,13 @@ 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} +\end{seealso*} Tk is not the only GUI for Python, but is however the most commonly used one. -\begin{seealso} +\begin{seealso*} \seetitle[http://www.wxwindows.org]{wxWindows}{ is a GUI toolkit that combines the most attractive attributes of Qt, Tk, Motif, and GTK+ in one powerful and efficient package. It is @@ -1817,6 +1817,6 @@ to \ulink{GNOME}{http://www.gnome.org}, and a {http://laguna.fmedic.unam.mx/\~daniel/pygtutorial/pygtutorial/index.html} is available. } -\end{seealso} +\end{seealso*} % XXX Reference URLs that compare the different UI packages |