Clarify the current OSXIsGUIApplication() status in comments.
Mention that it doesn't work yet in 3.0 branch. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -144,7 +144,11 @@ public:
|
|||||||
// in response of a reopen-application apple event
|
// in response of a reopen-application apple event
|
||||||
virtual void MacReopenApp() ;
|
virtual void MacReopenApp() ;
|
||||||
|
|
||||||
// override this to return false from a non-bundled console app in order to stay in background ...
|
// Notice that this is just a placeholder and doesn't work yet!
|
||||||
|
//
|
||||||
|
// Override this to return false from a non-bundled console app in order to
|
||||||
|
// stay in background instead of being made a foreground application as
|
||||||
|
// happens by default.
|
||||||
virtual bool OSXIsGUIApplication() { return true; }
|
virtual bool OSXIsGUIApplication() { return true; }
|
||||||
|
|
||||||
#if wxOSX_USE_COCOA_OR_IPHONE
|
#if wxOSX_USE_COCOA_OR_IPHONE
|
||||||
|
Reference in New Issue
Block a user