summaryrefslogtreecommitdiffstats
path: root/doc/Tk_Main.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-01-13 13:27:50 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-01-13 13:27:50 (GMT)
commit126493018cc46f4e76a7c195eed0a3fcf75051b0 (patch)
tree1e15277deb538acd2550aa3fb201548cca6fe219 /doc/Tk_Main.3
parentc1547652228ae39a5ec7441153b8e0e1cdc7b644 (diff)
downloadtk-126493018cc46f4e76a7c195eed0a3fcf75051b0.zip
tk-126493018cc46f4e76a7c195eed0a3fcf75051b0.tar.gz
tk-126493018cc46f4e76a7c195eed0a3fcf75051b0.tar.bz2
Small doc improvements to improve cross-links.
Diffstat (limited to 'doc/Tk_Main.3')
-rw-r--r--doc/Tk_Main.38
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/Tk_Main.3 b/doc/Tk_Main.3
index 3c8da3f..b0a3689 100644
--- a/doc/Tk_Main.3
+++ b/doc/Tk_Main.3
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: Tk_Main.3,v 1.8 2008/12/15 16:17:18 dgp Exp $
+'\" RCS: @(#) $Id: Tk_Main.3,v 1.9 2010/01/13 13:27:50 dkf Exp $
'\"
.so man.macros
.TH Tk_Main 3 4.0 Tk "Tk Library Procedures"
@@ -62,6 +62,10 @@ for \fBTcl_AppInit\fR.
\fBTk_Main\fR supports both an interactive mode and a startup script
mode, with the file name and encoding of a startup script under the
control of the \fBTcl_SetStartupScript\fR and \fBTcl_GetStartupScript\fR
-routines.
+routines. However it calls \fBTk_MainLoop\fR after processing any
+supplied script, and in interactive uses events registered with
+\fBTcl_CreateFileHandler\fR to process user input.
+.SH "SEE ALSO"
+Tcl_DoOneEvent(3)
.SH KEYWORDS
application-specific initialization, command-line arguments, main program