documenting fix for #15613

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2013-11-09 10:00:31 +00:00
parent dcdee4ec5e
commit ca01b84199

View File

@ -880,6 +880,17 @@ public:
*/
virtual void MacReopenApp();
/**
Called during startup, if a non-bundled application wants to
stay in background, then it has to override this to return false
otherwise the app will be brought to the foreground.
@onlyfor{wxosx}
@since 3.0.0
*/
virtual bool OSXIsGUIApplication();
//@}
};