From f1f907b161a5731a076878b32c989b4acd4acfdb Mon Sep 17 00:00:00 2001 From: dkf Date: Thu, 25 Mar 2004 14:33:33 +0000 Subject: Doc clarification. [Bug 922610] --- ChangeLog | 5 +++++ doc/winfo.n | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0181074..692c400 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-25 Donal K. Fellows + + * doc/winfo.n: Clarified the range of colour intensities returned + by [winfo rgb]. [Bug 922610] + 2004-03-22 Donal K. Fellows * doc/ConfigWidg.3: Converted malloc/free to Tcl_Alloc/Tcl_Free to 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 -- cgit v0.12