summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--doc/colors.n43
2 files changed, 42 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c41743b..2cb7a89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-01 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * doc/colors.n: Added list of Windows system colors. [Bug 945409]
+
2007-11-01 Daniel Steffen <das@users.sourceforge.net>
* macosx/tkMacOSXColor.c (GetThemeColor): improve translation of RGB
diff --git a/doc/colors.n b/doc/colors.n
index b50b957..d863e7a 100644
--- a/doc/colors.n
+++ b/doc/colors.n
@@ -3,13 +3,13 @@
'\" Copyright (c) 2003 ActiveState Corporation.
'\" Copyright (c) 2006-2007 Daniel A. Steffen <das@users.sourceforge.net>
'\"
-'\" RCS: @(#) $Id: colors.n,v 1.6 2007/04/23 21:19:51 das Exp $
+'\" RCS: @(#) $Id: colors.n,v 1.7 2007/11/01 14:01:47 dkf Exp $
'\"
'\"
.so man.macros
.TH colors n 8.3 Tk "Tk Built-In Commands"
.BS
-'\" Note: do not modify the .SH NAME line immediately below!
+.\" Note: do not modify the .SH NAME line immediately below!
.SH NAME
colors \- symbolic color names recognized by Tk
.BE
@@ -779,11 +779,10 @@ yellow3 205 205 0
yellow4 139 139 0
YellowGreen 154 205 50
.CE
-
.SH "PORTABILITY ISSUES"
-
.TP
\fBMac OS X\fR
+.
On Mac OS X, the following additional system colors are available
(note that the actual color values depend on the currently active OS theme,
and typically many of these will in fact be patterns rather than pure colors):
@@ -925,7 +924,41 @@ systemNotificationText
systemSystemDetailText
.CE
.RE
-
+.TP
+\fBWindows\fR
+.
+On Windows, the following additional system colors are available
+(note that the actual color values depend on the currently active OS theme):
+.RS
+.CS
+3dDarkShadow
+3dLight
+ActiveBorder
+ActiveCaption
+AppWorkspace
+Background
+ButtonFace
+ButtonHighlight
+ButtonShadow
+ButtonText
+CaptionText
+DisabledText
+GrayText
+Highlight
+HighlightText
+InactiveBorder
+InactiveCaption
+InactiveCaptionText
+InfoBackground
+InfoText
+Menu
+MenuText
+Scrollbar
+Window
+WindowFrame
+WindowText
+.CE
+.RE
.SH "SEE ALSO"
options(n), Tk_GetColor(3)
.SH KEYWORDS