From 270d1a59163f6b4e4af6e6c44fb12a7c7ead9116 Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Mon, 3 Aug 2015 14:39:38 +0200 Subject: [PATCH] Changed doc of EnableFullScreenView() to reflect OS X 10.10+ behaviour --- interface/wx/toplevel.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/interface/wx/toplevel.h b/interface/wx/toplevel.h index f40e315c82..2a34071aa6 100644 --- a/interface/wx/toplevel.h +++ b/interface/wx/toplevel.h @@ -536,8 +536,9 @@ public: virtual void ShowWithoutActivating(); /** - Adds or removes a full screen button to the right upper corner of a - window's title bar under OS X 10.7 and later. + Enables the maximize button to toggle full screen mode. Prior to + OS X 10.10 a full screen button is added to the right upper corner + of a window's title bar. Currently only available for wxOSX/Cocoa. @@ -546,7 +547,7 @@ public: if @false the button is removed. @return @true if the button was added or removed, @false if running - under a pre-OS X 10.7 system or another OS. + under another OS. @note Having the button is also required to let ShowFullScreen() make use of the full screen API available since OS X 10.7: a full