summaryrefslogtreecommitdiffstats
path: root/doc/colors.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-11-01 14:01:47 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-11-01 14:01:47 (GMT)
commita2f323cf9bc9ded3e9a9ca42577254ea324907c0 (patch)
tree5e0d27435705e89372004e1418fda541798867fa /doc/colors.n
parent94c861af4fe97e311d23abf77bf78f2591d48611 (diff)
downloadtk-a2f323cf9bc9ded3e9a9ca42577254ea324907c0.zip
tk-a2f323cf9bc9ded3e9a9ca42577254ea324907c0.tar.gz
tk-a2f323cf9bc9ded3e9a9ca42577254ea324907c0.tar.bz2
Added list of Windows system colors. [Bug 945409]
Diffstat (limited to 'doc/colors.n')
-rw-r--r--doc/colors.n43
1 files changed, 38 insertions, 5 deletions
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