From f9870b0a4fbd2ec8e3dd26b04b669964b784a4b2 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 1 May 2015 12:41:09 -0600 Subject: [PATCH] clarify `fullscreen` requirements for Mac OS X --- gui-doc/scribblings/gui/frame-class.scrbl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gui-doc/scribblings/gui/frame-class.scrbl b/gui-doc/scribblings/gui/frame-class.scrbl index a498f89e..a9fded1c 100644 --- a/gui-doc/scribblings/gui/frame-class.scrbl +++ b/gui-doc/scribblings/gui/frame-class.scrbl @@ -129,6 +129,10 @@ Puts the frame in fullscreen mode or restores the frame to @Unmonitored[@elem{A frame's mode} @elem{the user} @elem{a frame has been put in fullscreen mode} @elem{@method[frame% is-fullscreened?]}] +On Mac OS X, the @racket[frame%] must be created with the style + @racket['fullscreen-button] for fullscreen mode to work, and Mac OS X + 10.7 or later is required. + @history[#:added "6.0.0.6"] }