diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2016-01-07 17:20:57 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2016-01-07 17:20:57 (GMT) |
commit | 1ce29cc9feab7c14297627f4306c8e1db96bfd09 (patch) | |
tree | b8d27ebc1a617c5954f5e56be33bb02ae487c600 | |
parent | f15ea04198e91649339310b7acf546b91e768e00 (diff) | |
download | tk-1ce29cc9feab7c14297627f4306c8e1db96bfd09.zip tk-1ce29cc9feab7c14297627f4306c8e1db96bfd09.tar.gz tk-1ce29cc9feab7c14297627f4306c8e1db96bfd09.tar.bz2 |
Prefix "system" of all Windows System Colors was documented
-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 d121248..dc7007b 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" |