X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a131b460ac4a9a51fe3cdc6a5833a6d2ad9a7dc6..f6a02087565a52d5c2a2ef7652d56a6a06bfa304:/include/wx/app.h diff --git a/include/wx/app.h b/include/wx/app.h index d01c877acf..5f4d622bae 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -509,6 +509,9 @@ public: // if it's unknown virtual wxLayoutDirection GetLayoutDirection() const; + // Change the theme used by the application, return true on success. + virtual bool SetNativeTheme(const wxString& WXUNUSED(theme)) { return false; } + // command line parsing (GUI-specific) // ------------------------------------------------------------------------ @@ -593,7 +596,7 @@ protected: #elif defined(__WXX11__) #include "wx/x11/app.h" #elif defined(__WXMAC__) - #include "wx/mac/app.h" + #include "wx/osx/app.h" #elif defined(__WXCOCOA__) #include "wx/cocoa/app.h" #elif defined(__WXPM__)