diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | doc/loadTk.n | 4 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2003-01-18 Jeff Hobbs <jeffh@ActiveState.com> + + * doc/loadTk.n: note that ::safe::loadTk has a prereq on + ::safe::interpCreate or ::safe::interpInit. [Bug #669159] + + * doc/photo.n: $image put only accepts -format and -to, and note + extended use of -to. + 2003-01-17 D. Richard Hipp <drh@hwaci.com> * generic/tkCanvUtil.c: The clipping algorithm introduced on 2003-01-08 was unnecessarily aggressive in reducing the size of the clipping box. 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 ``.'' |