X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a131b460ac4a9a51fe3cdc6a5833a6d2ad9a7dc6..59022c25c19cd7eb56b2405a58010df5d0b73eb6:/include/wx/app.h diff --git a/include/wx/app.h b/include/wx/app.h index d01c877acf..553a29aa5c 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) // ------------------------------------------------------------------------