diff options
author | dgp <dgp@users.sourceforge.net> | 2007-11-01 16:37:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-11-01 16:37:09 (GMT) |
commit | 0241933d2fcf1a09145b33048c52e40988a8bfa9 (patch) | |
tree | cee00028b46ebd747b575cdf9398299f2c8393c8 /doc/GetClrmap.3 | |
parent | 08a5977be6d47dbe4b3fa1bac892353f66dd2990 (diff) | |
download | tk-0241933d2fcf1a09145b33048c52e40988a8bfa9.zip tk-0241933d2fcf1a09145b33048c52e40988a8bfa9.tar.gz tk-0241933d2fcf1a09145b33048c52e40988a8bfa9.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'doc/GetClrmap.3')
-rw-r--r-- | doc/GetClrmap.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/GetClrmap.3 b/doc/GetClrmap.3 index ebdb17f..bb8bff3 100644 --- a/doc/GetClrmap.3 +++ b/doc/GetClrmap.3 @@ -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: GetClrmap.3,v 1.4 2007/01/05 00:00:49 nijtmans Exp $ +'\" RCS: @(#) $Id: GetClrmap.3,v 1.4.2.1 2007/11/01 16:37:12 dgp Exp $ '\" .so man.macros .TH Tk_GetColormap 3 4.0 Tk "Tk Library Procedures" @@ -44,7 +44,7 @@ If its \fIstring\fR argument is \fBnew\fR then a new colormap is created; otherwise \fIstring\fR must be the name of another window with the same screen and visual as \fItkwin\fR, and the colormap from that window is returned. -If \fIstring\fR doesn't make sense, or if it refers to a window on +If \fIstring\fR does not make sense, or if it refers to a window on a different screen from \fItkwin\fR or with a different visual than \fItkwin\fR, then \fBTk_GetColormap\fR returns \fBNone\fR and leaves an error message in \fIinterp->result\fR. |