diff options
Diffstat (limited to 'doc/loadTk.n')
-rw-r--r-- | doc/loadTk.n | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/loadTk.n b/doc/loadTk.n index 3327678..d888013 100644 --- a/doc/loadTk.n +++ b/doc/loadTk.n @@ -1,10 +1,11 @@ +'\" -*- nroff -*- '\" '\" Copyright (c) 1995-1996 Sun Microsystems, Inc. '\" '\" 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.5 2003/01/19 07:51:15 hobbs Exp $ +'\" RCS: @(#) $Id: loadTk.n,v 1.6 2004/09/01 09:37:49 dkf Exp $ '\" .so man.macros .TH "Safe Tk" n 8.0 Tk "Tk Built-In Commands" @@ -35,7 +36,7 @@ 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 +can use the window name (e.g. \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 ``.'' window of @@ -60,7 +61,7 @@ registers the slave's name so when the Tk initialization (\fBTk_SafeInit\fR) is called and in turn calls the master's \fB::safe::InitTk\fR it will return the desired \fBargv\fR equivalent (\fB\-use\fR -\fIwindowId\fR, correct \fB\-display\fR, etc...). +\fIwindowId\fR, correct \fB\-display\fR, etc.) .PP When \fB\-use\fR is not used, the new toplevel created is specially decorated so the user is always aware that the user interface presented comes |