summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXColor.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-05-03 21:39:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-05-03 21:39:42 (GMT)
commit27f50829212bbb4d1bc9f8171d9ca2f69ea00a8e (patch)
tree58c5a3e27a788a24df54cca64bcf4f8fe2cf8ee1 /macosx/tkMacOSXColor.h
parent0443d767018b5fcddfa351c46b1bc04d396d3de0 (diff)
downloadtk-27f50829212bbb4d1bc9f8171d9ca2f69ea00a8e.zip
tk-27f50829212bbb4d1bc9f8171d9ca2f69ea00a8e.tar.gz
tk-27f50829212bbb4d1bc9f8171d9ca2f69ea00a8e.tar.bz2
Add "controlAlternatingRowColor" to macosx aqua port
Diffstat (limited to 'macosx/tkMacOSXColor.h')
-rw-r--r--macosx/tkMacOSXColor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/tkMacOSXColor.h b/macosx/tkMacOSXColor.h
index 37db7cc..785b089 100644
--- a/macosx/tkMacOSXColor.h
+++ b/macosx/tkMacOSXColor.h
@@ -253,6 +253,8 @@ static SystemColorDatum systemColorData[] = {
{"PlaceholderTextColor", semantic, 0, "grayColor", 0, NULL },
{"SeparatorColor", semantic, 0, "grayColor", 0, NULL },
{"UnemphasizedSelectedTextBackgroundColor", semantic, 0, "grayColor", 0, NULL },
+/* This color is available since 10.3, so the fallback is unused */
+{"ControlAlternatingRowColor", semantic, 0, "grayColor" , 0, NULL },
{NULL, rgbColor, 0, NULL, 0, NULL }
};