diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-04-06 21:11:49 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-04-06 21:11:49 (GMT) |
commit | af0c6996b5dd46e602fa5da6542a4ccb4e45656c (patch) | |
tree | 4703569bae4ea9053243ae2a3bd9823280c478ec /doc/winfo.n | |
parent | 19b266b312edc253fa16d04f6fab6c7a6e2c0494 (diff) | |
download | tk-af0c6996b5dd46e602fa5da6542a4ccb4e45656c.zip tk-af0c6996b5dd46e602fa5da6542a4ccb4e45656c.tar.gz tk-af0c6996b5dd46e602fa5da6542a4ccb4e45656c.tar.bz2 |
Purge old and inaccurate .VS/.VE macros.
Diffstat (limited to 'doc/winfo.n')
-rw-r--r-- | doc/winfo.n | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/winfo.n b/doc/winfo.n index 76f29c3..43bb69c 100644 --- a/doc/winfo.n +++ b/doc/winfo.n @@ -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: winfo.n,v 1.7 2004/10/28 12:25:53 dkf Exp $ +'\" RCS: @(#) $Id: winfo.n,v 1.8 2005/04/06 21:11:54 dkf Exp $ '\" .so man.macros .TH winfo n 4.3 Tk "Tk Built-In Commands" @@ -110,12 +110,10 @@ or use \fBwinfo reqheight\fR to get the window's requested height instead of its actual height. .TP \fBwinfo id \fIwindow\fR -.VS Returns a hexadecimal string giving a low-level platform-specific identifier for \fIwindow\fR. On Unix platforms, this is the X window identifier. Under Windows, this is the Windows HWND. On the Macintosh the value has no meaning outside Tk. -.VE .TP \fBwinfo interps \fR?\fB\-displayof \fIwindow\fR? Returns a list whose members are the names of all Tcl interpreters |