summaryrefslogtreecommitdiffstats
path: root/macosx/README
diff options
context:
space:
mode:
authorculler <culler>2019-04-14 17:29:55 (GMT)
committerculler <culler>2019-04-14 17:29:55 (GMT)
commita231332e57a1d87c18d3e76889cc32749851f591 (patch)
treeddc691af62351f94cfc3fd772a6c5c3e167432b9 /macosx/README
parenta955dbaac96f1fbdba1e1b4b197703ac45a2e5f0 (diff)
downloadtk-a231332e57a1d87c18d3e76889cc32749851f591.zip
tk-a231332e57a1d87c18d3e76889cc32749851f591.tar.gz
tk-a231332e57a1d87c18d3e76889cc32749851f591.tar.bz2
For Aqua, rename systemTtkBackground to systemWindowBackgroundColor to match
the NSColor name. Document the new colors.
Diffstat (limited to 'macosx/README')
-rw-r--r--macosx/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/macosx/README b/macosx/README
index cca90c5..12a7117 100644
--- a/macosx/README
+++ b/macosx/README
@@ -315,10 +315,11 @@ contrasts with the background of the containing object. This means
that the background color of a Ttk widget depends on how deeply it is
nested inside of other widgets that use contrasting backgrounds. To
support this, there are 8 contrasting system colors named
-systemTtkBackground, systemTtkBackground1, ... , systemTtkBackground7.
-The systemTtkBackground color is the standard background for a dialog
-window and the others match the contrasting background colors for
-backgrounds which are nested to the corresponding depth.
+systemWindowBackgroundColor, and systemWindowBackgroundColor1 - 7.
+The systemWindowBackgroundColor is the standard background for a
+dialog window and the others match the contrasting background colors
+used in ttk::notebooks and ttk::labelframes which are nested to the
+corresponding depth.
5. Building Tcl/Tk on macOS
------------------------------