X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a131b460ac4a9a51fe3cdc6a5833a6d2ad9a7dc6..c232dfe592d5f766c33ef91ac38fda44b10b1236:/include/wx/app.h?ds=sidebyside diff --git a/include/wx/app.h b/include/wx/app.h index d01c877acf..f19a633abe 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -31,7 +31,7 @@ class WXDLLIMPEXP_FWD_BASE wxLog; class WXDLLIMPEXP_FWD_BASE wxMessageOutput; #if wxUSE_GUI - struct WXDLLIMPEXP_FWD_CORE wxVideoMode; + class WXDLLIMPEXP_FWD_CORE wxVideoMode; #endif // ---------------------------------------------------------------------------- @@ -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) // ------------------------------------------------------------------------