]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
Applied wxGauge:Pulse() patch.
[wxWidgets.git] / include / wx / app.h
index c3f299f2658af8d771b98a4e55daec59dde8a4e7..da16865843a7f11e0b0cd00782d590a939e18337 100644 (file)
@@ -27,6 +27,7 @@
 
 #include "wx/build.h"
 #include "wx/init.h"        // we must declare wxEntry()
+#include "wx/intl.h"
 
 class WXDLLIMPEXP_BASE wxAppConsole;
 class WXDLLIMPEXP_BASE wxAppTraits;
@@ -113,6 +114,9 @@ public:
     // Called from wxExit() function, should terminate the application a.s.a.p.
     virtual void Exit();
 
+    // Return the layout direction for the current locale
+    virtual wxLayoutDirection GetLayoutDirection() const;
+
 
     // application info: name, description, vendor
     // -------------------------------------------