summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-12-13 04:25:37 (GMT)
committerFred Drake <fdrake@acm.org>2001-12-13 04:25:37 (GMT)
commita0b767625bf2349d92042803f176da0f0b731056 (patch)
tree4de8a1141b6ed53d9edf824979e1c2539a1a7414 /Doc
parentdd67a8ed2c50b13d08af4a5fe67c1dff36748685 (diff)
downloadcpython-a0b767625bf2349d92042803f176da0f0b731056.zip
cpython-a0b767625bf2349d92042803f176da0f0b731056.tar.gz
cpython-a0b767625bf2349d92042803f176da0f0b731056.tar.bz2
Minor adjustments.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/tkinter.tex17
1 files changed, 10 insertions, 7 deletions
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex
index ba1bcc1..04f84e3 100644
--- a/Doc/lib/tkinter.tex
+++ b/Doc/lib/tkinter.tex
@@ -909,7 +909,8 @@ users.
\begin{seealso}
\seetitle[http://tix.sourceforge.net/]
{Tix Homepage}
- {See the home page for \module{Tix}.}
+ {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}
{On-line version of the man pages and reference material.}
@@ -1314,9 +1315,11 @@ The \refmodule{Tix} module adds:
capabilities to all \refmodule{Tix} and \refmodule{Tkinter} widgets to
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 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}
+% Python Demo of:
+% \ulink{XPM Image In Menu}{http://tix.sourceforge.net/dist/current/demos/samples/Xpm1.tcl}
\item
\ulink{Compound}
@@ -1490,10 +1493,10 @@ directly. The constructor is the same as that of the
\class{Tkinter.Text} class.
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.
+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
are available: