summaryrefslogtreecommitdiffstats
path: root/doc/tkvars.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-01-14 11:50:51 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-01-14 11:50:51 (GMT)
commit3c27e50e2a919f0c6fb8790ca2419010f6c814a6 (patch)
tree6699b205efdff787ae1d8d1b5908489d32b9b73f /doc/tkvars.n
parent353d7693729fb7a45a35be7158fc4b94db079735 (diff)
downloadtk-3c27e50e2a919f0c6fb8790ca2419010f6c814a6.zip
tk-3c27e50e2a919f0c6fb8790ca2419010f6c814a6.tar.gz
tk-3c27e50e2a919f0c6fb8790ca2419010f6c814a6.tar.bz2
Improve linking between pages, put Tk variables in Tk docs.
Diffstat (limited to 'doc/tkvars.n')
-rw-r--r--doc/tkvars.n15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/tkvars.n b/doc/tkvars.n
index f5b1f7c..1bc6217 100644
--- a/doc/tkvars.n
+++ b/doc/tkvars.n
@@ -5,14 +5,14 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: tkvars.n,v 1.8 2010/01/13 15:24:29 dkf Exp $
+'\" RCS: @(#) $Id: tkvars.n,v 1.9 2010/01/14 11:50:51 dkf Exp $
'\"
.so man.macros
.TH tkvars n 4.1 Tk "Tk Built-In Commands"
.BS
'\" Note: do not modify the .SH NAME line immediately below!
.SH NAME
-tkvars \- Variables used or set by Tk
+geometry, tk_library, tk_patchLevel, tk_strictMotif, tk_version \- Variables used or set by Tk
.BE
.SH DESCRIPTION
.PP
@@ -94,8 +94,17 @@ These variables are set by text widgets when they have debugging
turned on. The values written to these variables can be used to
test or debug text widget operations. These variables are mostly
used by Tk's test suite.
+.SH "OTHER GLOBAL VARIABLES"
+The following variables are only guaranteed to exist in \fBwish\fR
+executables; the Tk library does not define them itself but many Tk
+environments do.
+.TP 6
+\fBgeometry\fR
+.
+If set, contains the user-supplied geometry specification to use for
+the main Tk window.
.SH "SEE ALSO"
-package(n), tclvars(n)
+package(n), tclvars(n), wish(1)
.SH KEYWORDS
environment, text, variables, version
'\" Local Variables: