summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-11-16 13:50:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-11-16 13:50:17 (GMT)
commitb18cc869f67b927c93de66aa3d44a70534573c5b (patch)
treeeb73d944532efae936d9fceade9d35ef45cb3e27
parentaf281e408155d1be364e8a3634aef0ce73191eef (diff)
downloadtk-b18cc869f67b927c93de66aa3d44a70534573c5b.zip
tk-b18cc869f67b927c93de66aa3d44a70534573c5b.tar.gz
tk-b18cc869f67b927c93de66aa3d44a70534573c5b.tar.bz2
Minor fixes/improvements
-rw-r--r--ChangeLog2
-rw-r--r--doc/colors.n10
-rw-r--r--doc/wm.n6
3 files changed, 10 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index ab7aa9d..d7f9eed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-11-16 Donal K. Fellows <dkf@users.sf.net>
+ * doc/colors.n, doc/wm.n: Minor fixes, added See Also.
+
* doc/labelframe.n: Added an example.
2006-11-15 Donal K. Fellows <dkf@users.sf.net>
diff --git a/doc/colors.n b/doc/colors.n
index 1b086d8..e6f5cbf 100644
--- a/doc/colors.n
+++ b/doc/colors.n
@@ -2,7 +2,7 @@
'\" Copyright (c) 1998-2000 by Scriptics Corporation.
'\" Copyright (c) 2003 ActiveState Corporation.
'\"
-'\" RCS: @(#) $Id: colors.n,v 1.4 2003/02/18 20:57:44 hobbs Exp $
+'\" RCS: @(#) $Id: colors.n,v 1.5 2006/11/16 13:50:17 dkf Exp $
'\"
'\"
.so man.macros
@@ -14,10 +14,11 @@ colors \- symbolic color names recognized by Tk
.BE
.SH DESCRIPTION
.PP
-Tk recognizes many symbolic color names (eg, \fBred\fR) when
-specifying colors. The symbolic names recognized by Tk and their
+Tk recognizes many symbolic color names (e.g., \fBred\fR) when
+specifying colors. The symbolic names recognized by Tk and their
8-bit RGB values are:
.CS
+\fIName\fR \fIRed\fR \fIGreen\fR \fIBlue\fR
alice blue 240 248 255
AliceBlue 240 248 255
antique white 250 235 215
@@ -777,6 +778,7 @@ yellow3 205 205 0
yellow4 139 139 0
YellowGreen 154 205 50
.CE
-
+.SH "SEE ALSO"
+options(n), Tk_GetColor(3)
.SH KEYWORDS
color, option
diff --git a/doc/wm.n b/doc/wm.n
index 804a01f..c55dcb2 100644
--- a/doc/wm.n
+++ b/doc/wm.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: wm.n,v 1.26 2006/11/15 13:29:17 dkf Exp $
+'\" RCS: @(#) $Id: wm.n,v 1.27 2006/11/16 13:50:17 dkf Exp $
'\"
.so man.macros
.TH wm n 8.5 Tk "Tk Built-In Commands"
@@ -322,7 +322,7 @@ If \fB\-default\fR is specified, this is applied to all future created
toplevels as well. The data in the images is taken as a snapshot at the
time of invocation. If the images are later changed, this is not
reflected to the titlebar icons. Multiple images are accepted to allow
-different images sizes (eg, 16x16 and 32x32) to be provided. The window
+different images sizes (e.g., 16x16 and 32x32) to be provided. The window
manager may scale provided icons to an appropriate size.
.PP
On Windows, the images are packed into a Windows icon structure.
@@ -639,9 +639,7 @@ set y [expr {([winfo screenheight .]\-[winfo height .msg])/2}]
\fBwm title\fR .msg "Dialog demo"
\fBwm deiconify\fR .msg
.CE
-
.SH "SEE ALSO"
toplevel(n), winfo(n)
-
.SH KEYWORDS
aspect ratio, deiconify, focus model, geometry, grid, group, icon, iconify, increments, position, size, title, top-level window, units, window manager