diff options
author | culler <culler> | 2020-05-12 16:28:14 (GMT) |
---|---|---|
committer | culler <culler> | 2020-05-12 16:28:14 (GMT) |
commit | f474a082901a4f23a0bdd72c133c1934c5e76b7f (patch) | |
tree | c1c40f37a9d808cbab81b36d5a3036e0d5667b85 /macosx/README | |
parent | adf991dc1a1ce592bbf33b4bb4f7296014850674 (diff) | |
parent | 4437a3ec580750e757ffade154d8394ee78e1944 (diff) | |
download | tk-f474a082901a4f23a0bdd72c133c1934c5e76b7f.zip tk-f474a082901a4f23a0bdd72c133c1934c5e76b7f.tar.gz tk-f474a082901a4f23a0bdd72c133c1934c5e76b7f.tar.bz2 |
Aqua: add semantic color systemLinkColor - patch from Christopher Chavez.
Diffstat (limited to 'macosx/README')
-rw-r--r-- | macosx/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/README b/macosx/README index 4989ec7..a3f10b6 100644 --- a/macosx/README +++ b/macosx/README @@ -275,9 +275,9 @@ but rather refers to the context in which the color should be used. Tk now provides the following semantic colors as system colors: systemTextColor, systemTextBackgroundColor, systemSelectedTextColor, systemSelectedTextBackgroundColor, systemControlTextColor, -systemDisabledControlTextColor, systemLabelColor, and -systemControlAccentColor. All of these except the last two were -present in OSX 10.0 (and those two are simulated in systems where they +systemDisabledControlTextColor, systemLabelColor, systemLinkColor, and +systemControlAccentColor. All of these except the last three were +present in OSX 10.0 (and those three are simulated in systems where they do not exist). The change in 10.14 was that the RGB color value of these colors became dynamic, meaning that the color value can change when the application appearance changes. In particular, when a user |