X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b3c861501a451503b31c075ccb59d16b0ae01e99..53b6d7a29879a67a54e1f26e77a0697fecacf839:/include/wx/app.h diff --git a/include/wx/app.h b/include/wx/app.h index c3f299f265..da16865843 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -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 // -------------------------------------------