diff options
author | dkf <dkf@noemail.net> | 2004-03-25 14:33:32 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2004-03-25 14:33:32 (GMT) |
commit | a47a6ed2886ff9ef949af182209e5cfb6a042fcc (patch) | |
tree | ca287a43271ed871545324f03247d87ed6929795 /doc | |
parent | b3a91fca02cb4f3dda6bdb77dabfb58720d527af (diff) | |
download | tk-a47a6ed2886ff9ef949af182209e5cfb6a042fcc.zip tk-a47a6ed2886ff9ef949af182209e5cfb6a042fcc.tar.gz tk-a47a6ed2886ff9ef949af182209e5cfb6a042fcc.tar.bz2 |
Doc clarification. [Bug 922610]
FossilOrigin-Name: a9c5f761df7659058b3ffc3cae50944271640a69
Diffstat (limited to 'doc')
-rw-r--r-- | doc/winfo.n | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/winfo.n b/doc/winfo.n index aacdabf..975c51a 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.3 2001/12/04 03:07:43 mdejong Exp $ +'\" RCS: @(#) $Id: winfo.n,v 1.4 2004/03/25 14:33:33 dkf Exp $ '\" .so man.macros .TH winfo n 4.3 Tk "Tk Built-In Commands" @@ -197,7 +197,8 @@ in pixels. This is the value used by \fIwindow\fR's geometry manager to compute its geometry. .TP \fBwinfo rgb \fIwindow color\fR -Returns a list containing three decimal values, which are the +Returns a list containing three decimal values in the range 0 to +65535, which are the red, green, and blue intensities that correspond to \fIcolor\fR in the window given by \fIwindow\fR. \fIColor\fR may be specified in any of the forms acceptable for a color |