projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more compilation fixes for VC6 (#9492)
[wxWidgets.git]
/
include
/
wx
/
app.h
diff --git
a/include/wx/app.h
b/include/wx/app.h
index d01c877acf5fb64fe24acd6067e5eca756c19c4a..553a29aa5c2cb2b98ad429f4a57811b5c04b4545 100644
(file)
--- a/
include/wx/app.h
+++ b/
include/wx/app.h
@@
-509,6
+509,9
@@
public:
// if it's unknown
virtual wxLayoutDirection GetLayoutDirection() const;
// 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)
// ------------------------------------------------------------------------
// command line parsing (GUI-specific)
// ------------------------------------------------------------------------