From c59e1a2ea9dcfbc759cc4557c2238701c6908446 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 7 Apr 2016 13:12:58 -0600 Subject: [PATCH] Add note about MMTabBarView --- racket/src/mac/README.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/racket/src/mac/README.txt b/racket/src/mac/README.txt index acdca9909a..57c8271184 100644 --- a/racket/src/mac/README.txt +++ b/racket/src/mac/README.txt @@ -2,7 +2,19 @@ See "../native-libs/README.txt" for information about building most 3rd-party native libraries that are needed for Racket libraries -In addition, the `racket/gui' library uses PSMTabBarControl on Mac OS X. +In addition, the `racket/gui' library uses MMTabBarView (64-bit OS X +10.10 and later) and/or PSMTabBarControl (all other OS versions) on +Mac OS X. + +MMTabBarView +------------ + +Download from + + http://mimo42.github.io/MMTabBarView/ + +PSMTabBarControl +---------------- Download: