From ca01b84199c030389a21dce74579b683d610b7a0 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 9 Nov 2013 10:00:31 +0000 Subject: [PATCH] documenting fix for #15613 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/app.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/interface/wx/app.h b/interface/wx/app.h index 246e9625c8..8054079982 100644 --- a/interface/wx/app.h +++ b/interface/wx/app.h @@ -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(); + //@} };