diff options
Diffstat (limited to 'doc/loadTk.n')
-rw-r--r-- | doc/loadTk.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/loadTk.n b/doc/loadTk.n index 8e1836c..555e4eb 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.3 1998/09/14 18:22:57 stanton Exp $ +'\" RCS: @(#) $Id: loadTk.n,v 1.4 2000/09/07 17:38:16 hobbs Exp $ '\" .so man.macros .TH "Safe Tk" n 8.0 Tk "Tk Built-In Commands" @@ -29,20 +29,20 @@ The \fB::safe::loadTk\fR command initializes the required data structures in the named safe interpreter and then loads Tk into it. 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 \fB``.''\fR +dependent identifier \fIwindowId\fR is used to contain the ``.'' window of the safe interpreter; it can be any valid id, eventually referencing a window belonging to another application. As a convenience, if the window you plan to use is a Tk Window of the application you can use the window name (eg: \fB.x.y\fR) instead of its window Id (\fB[winfo id .x.y]\fR). When \fB\-use\fR is not specified, -a new toplevel window is created for the \fB``.''\fR window of +a new toplevel window is created for the ``.'' window of the safe interpreter. On X11 if you want the embedded window to use another display than the default one, specify it with \fB\-display\fR. See the \fBSECURITY ISSUES\fR section below for implementation details. -.SH SECURITY ISSUES +.SH "SECURITY ISSUES" .PP Please read the \fBsafe\fR manual page for Tcl to learn about the basic security considerations for Safe Tcl. |