diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2016-01-07 17:29:45 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2016-01-07 17:29:45 (GMT) |
commit | 06846da16d12f4b321a5b323454350c3ac569142 (patch) | |
tree | 5cde2e4281753ffd75fc79f6d574036e4357a08e | |
parent | 68bb4b14a9c3dc07770d239f4b0b60fc44ba4fac (diff) | |
parent | b0421b782cb838ce34373b7bf875023ff33f3eff (diff) | |
download | tk-06846da16d12f4b321a5b323454350c3ac569142.zip tk-06846da16d12f4b321a5b323454350c3ac569142.tar.gz tk-06846da16d12f4b321a5b323454350c3ac569142.tar.bz2 |
Prefix "system" of all Windows System Colors was documented. Ticket [945409]
-rw-r--r-- | doc/colors.n | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/colors.n b/doc/colors.n index 46c35aa..584e0ca 100644 --- a/doc/colors.n +++ b/doc/colors.n @@ -933,19 +933,19 @@ On Windows, the following additional system colors are available .RS .DS .ta 6c -3dDarkShadow Highlight -3dLight HighlightText -ActiveBorder InactiveBorder -ActiveCaption InactiveCaption -AppWorkspace InactiveCaptionText -Background InfoBackground -ButtonFace InfoText -ButtonHighlight Menu -ButtonShadow MenuText -ButtonText Scrollbar -CaptionText Window -DisabledText WindowFrame -GrayText WindowText +system3dDarkShadow systemHighlight +system3dLight systemHighlightText +systemActiveBorder systemInactiveBorder +systemActiveCaption systemInactiveCaption +systemAppWorkspace systemInactiveCaptionText +systemBackground systemInfoBackground +systemButtonFace systemInfoText +systemButtonHighlight systemMenu +systemButtonShadow systemMenuText +systemButtonText systemScrollbar +systemCaptionText systemWindow +systemDisabledText systemWindowFrame +systemGrayText systemWindowText .DE .RE .SH "SEE ALSO" |