diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-30 22:17:56 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-30 22:17:56 (GMT) |
commit | 66b10ca873b53d7f03f2f84d27a54adc02a3fc35 (patch) | |
tree | 9a4439d8a49e23ad3bd9fffd6f7da1e25e1bcbef /doc/winfo.n | |
parent | 0831c2758718531dfd06d401d25b220cdf7ea203 (diff) | |
download | tk-66b10ca873b53d7f03f2f84d27a54adc02a3fc35.zip tk-66b10ca873b53d7f03f2f84d27a54adc02a3fc35.tar.gz tk-66b10ca873b53d7f03f2f84d27a54adc02a3fc35.tar.bz2 |
TIP#153 implementation from Neil McKay, with thanks!
Diffstat (limited to 'doc/winfo.n')
-rw-r--r-- | doc/winfo.n | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/winfo.n b/doc/winfo.n index 324d6e3..ce79778 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.5 2004/06/18 22:31:18 dkf Exp $ +'\" RCS: @(#) $Id: winfo.n,v 1.6 2004/06/30 22:17:59 dkf Exp $ '\" .so man.macros .TH winfo n 4.3 Tk "Tk Built-In Commands" @@ -261,7 +261,9 @@ is the name of the vendor for the server, and \fIvendorRelease\fR is an integer release number provided by the server. .TP \fBwinfo toplevel \fIwindow\fR -Returns the path name of the top-level window containing \fIwindow\fR. +Returns the path name of the top-of-hierarchy window containing \fIwindow\fR. +In standard Tk this will always be a \fBtoplevel\fR widget, but extensions may +create other kinds of top-of-hierarchy widgets. .TP \fBwinfo viewable \fIwindow\fR Returns 1 if \fIwindow\fR and all of its ancestors up through the |