]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
latex include not properly working for links and titlepage
[wxWidgets.git] / include / wx / app.h
index d01c877acf5fb64fe24acd6067e5eca756c19c4a..553a29aa5c2cb2b98ad429f4a57811b5c04b4545 100644 (file)
@@ -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)
     // ------------------------------------------------------------------------