diff options
author | hobbs <hobbs> | 2003-01-19 07:51:13 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-01-19 07:51:13 (GMT) |
commit | 195c588ddf199da7988df4c55d1147508676538b (patch) | |
tree | 9dc065c2961b5e1b1aa5dd403659640cdc435012 /doc | |
parent | 314cf9788a8aec1164d229e45b1002bdb34f4604 (diff) | |
download | tk-195c588ddf199da7988df4c55d1147508676538b.zip tk-195c588ddf199da7988df4c55d1147508676538b.tar.gz tk-195c588ddf199da7988df4c55d1147508676538b.tar.bz2 |
* doc/loadTk.n: note that ::safe::loadTk has a prereq on
::safe::interpCreate or ::safe::interpInit. [Bug #669159]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/loadTk.n | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/loadTk.n b/doc/loadTk.n index 555e4eb..3327678 100644 --- a/doc/loadTk.n +++ b/doc/loadTk.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: loadTk.n,v 1.4 2000/09/07 17:38:16 hobbs Exp $ +'\" RCS: @(#) $Id: loadTk.n,v 1.5 2003/01/19 07:51:15 hobbs Exp $ '\" .so man.macros .TH "Safe Tk" n 8.0 Tk "Tk Built-In Commands" @@ -27,6 +27,8 @@ interpreters. .PP The \fB::safe::loadTk\fR command initializes the required data structures in the named safe interpreter and then loads Tk into it. +The interpreter must have been created with \fB::safe::interpCreate\fR +or have been initialized with \fB::safe::interpInit\fR. The command returns the name of the safe interpreter. If \fB\-use\fR is specified, the window identified by the specified system dependent identifier \fIwindowId\fR is used to contain the ``.'' |