summaryrefslogtreecommitdiffstats
path: root/doc/colors.n
diff options
context:
space:
mode:
authordas <das>2007-04-29 02:25:54 (GMT)
committerdas <das>2007-04-29 02:25:54 (GMT)
commit9025e3c799817de9b380db2644dd47a61924c5eb (patch)
tree43376ab4083bd27e4465cd367c4158fa92aaae69 /doc/colors.n
parentd1da82b0a87023ad752173dda374a0656228af58 (diff)
downloadtk-9025e3c799817de9b380db2644dd47a61924c5eb.zip
tk-9025e3c799817de9b380db2644dd47a61924c5eb.tar.gz
tk-9025e3c799817de9b380db2644dd47a61924c5eb.tar.bz2
* doc/colors.n: document new Mac OS X system colors.
* doc/cursors.n: document new Mac OS X native cursors. * doc/font.n: document new Mac OS X 'menu' system font. * doc/wm.n: document new Mac OS X [wm attributes].
Diffstat (limited to 'doc/colors.n')
-rw-r--r--doc/colors.n152
1 files changed, 150 insertions, 2 deletions
diff --git a/doc/colors.n b/doc/colors.n
index 1b086d8..6a66976 100644
--- a/doc/colors.n
+++ b/doc/colors.n
@@ -1,8 +1,9 @@
'\"
'\" Copyright (c) 1998-2000 by Scriptics Corporation.
'\" Copyright (c) 2003 ActiveState Corporation.
+'\" Copyright (c) 2006-2007 Daniel A. Steffen <das@users.sourceforge.net>
'\"
-'\" RCS: @(#) $Id: colors.n,v 1.4 2003/02/18 20:57:44 hobbs Exp $
+'\" RCS: @(#) $Id: colors.n,v 1.4.2.1 2007/04/29 02:25:54 das Exp $
'\"
'\"
.so man.macros
@@ -14,10 +15,11 @@ colors \- symbolic color names recognized by Tk
.BE
.SH DESCRIPTION
.PP
-Tk recognizes many symbolic color names (eg, \fBred\fR) when
+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
@@ -778,5 +780,151 @@ 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):
+.RS
+.CS
+systemTransparent
+systemBlack
+systemWhite
+systemHighlight
+systemPrimaryHighlightColor
+systemHighlightSecondary
+systemSecondaryHighlightColor
+systemHighlightAlternate
+systemAlternatePrimaryHighlightColor
+systemHighlightText
+systemDialogBackgroundActive
+systemDialogBackgroundInactive
+systemAlertBackgroundActive
+systemAlertBackgroundInactive
+systemModelessDialogBackgroundActive
+systemModelessDialogBackgroundInactive
+systemUtilityWindowBackgroundActive
+systemUtilityWindowBackgroundInactive
+systemListViewSortColumnBackground
+systemListViewBackground
+systemIconLabelBackground
+systemListViewSeparator
+systemChasingArrows
+systemDragHilite
+systemWindowBody
+systemDocumentWindowBackground
+systemFinderWindowBackground
+systemScrollBarDelimiterActive
+systemScrollBarDelimiterInactive
+systemFocusHighlight
+systemPopupArrowActive
+systemPopupArrowPressed
+systemPopupArrowInactive
+systemAppleGuideCoachmark
+systemIconLabelBackgroundSelected
+systemStaticAreaFill
+systemActiveAreaFill
+systemButtonFrame
+systemButtonFrameActive
+systemButtonFrameInactive
+systemButtonFace
+systemButtonFaceActive
+systemButtonFaceInactive
+systemButtonFacePressed
+systemButtonActiveDarkShadow
+systemButtonActiveDarkHighlight
+systemButtonActiveLightShadow
+systemButtonActiveLightHighlight
+systemButtonInactiveDarkShadow
+systemButtonInactiveDarkHighlight
+systemButtonInactiveLightShadow
+systemButtonInactiveLightHighlight
+systemButtonPressedDarkShadow
+systemButtonPressedDarkHighlight
+systemButtonPressedLightShadow
+systemButtonPressedLightHighlight
+systemBevelActiveLight
+systemBevelActiveDark
+systemBevelInactiveLight
+systemBevelInactiveDark
+systemNotificationWindowBackground
+systemMovableModalBackground
+systemSheetBackground
+systemSheetBackgroundOpaque
+systemDrawerBackground
+systemToolbarBackground
+systemSheetBackgroundTransparent
+systemMenu
+systemMenuBackground
+systemMenuActive
+systemMenuBackgroundSelected
+systemListViewOddRowBackground
+systemListViewEvenRowBackground
+systemListViewColumnDivider
+systemTabPaneBackground
+systemPlacardBackground
+systemWindowHeaderBackground
+systemListViewWindowHeaderBackground
+systemSecondaryGroupBoxBackground
+systemMetalBackground
+systemBlackText
+systemWhiteText
+systemDialogActiveText
+systemDialogInactiveText
+systemAlertActiveText
+systemAlertInactiveText
+systemModelessDialogActiveText
+systemModelessDialogInactiveText
+systemWindowHeaderActiveText
+systemWindowHeaderInactiveText
+systemPlacardActiveText
+systemPlacardInactiveText
+systemPlacardPressedText
+systemButtonText
+systemPushButtonActiveText
+systemPushButtonInactiveText
+systemPushButtonPressedText
+systemBevelButtonActiveText
+systemBevelButtonInactiveText
+systemBevelButtonPressedText
+systemPopupButtonActiveText
+systemPopupButtonInactiveText
+systemPopupButtonPressedText
+systemIconLabelText
+systemListViewText
+systemDocumentWindowTitleActiveText
+systemDocumentWindowTitleInactiveText
+systemMovableModalWindowTitleActiveText
+systemMovableModalWindowTitleInactiveText
+systemUtilityWindowTitleActiveText
+systemUtilityWindowTitleInactiveText
+systemPopupWindowTitleActiveText
+systemPopupWindowTitleInactiveText
+systemRootMenuActiveText
+systemRootMenuSelectedText
+systemRootMenuDisabledText
+systemMenuText
+systemMenuItemActiveText
+systemMenuActiveText
+systemMenuItemSelectedText
+systemMenuDisabled
+systemMenuItemDisabledText
+systemPopupLabelActiveText
+systemPopupLabelInactiveText
+systemTabFrontActiveText
+systemTabNonFrontActiveText
+systemTabNonFrontPressedText
+systemTabFrontInactiveText
+systemTabNonFrontInactiveText
+systemIconLabelSelectedText
+systemBevelButtonStickyActiveText
+systemBevelButtonStickyInactiveText
+systemNotificationText
+systemSystemDetailText
+.CE
+.RE
+
.SH KEYWORDS
color, option