X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ee92941afca091bf72d17e96ac8388545700d1fc..d9b33d7001af25479a63df96ca2f130b2cbc21aa:/include/wx/app.h?ds=sidebyside diff --git a/include/wx/app.h b/include/wx/app.h index 39e3f93c74..2f1ffac900 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -108,9 +108,6 @@ 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 // ------------------------------------------- @@ -476,6 +473,10 @@ public: virtual void SetPrintMode(int WXUNUSED(mode)) { } int GetPrintMode() const { return wxPRINT_POSTSCRIPT; } + // Return the layout direction for the current locale or wxLayout_Default + // if it's unknown + virtual wxLayoutDirection GetLayoutDirection() const; + // command line parsing (GUI-specific) // ------------------------------------------------------------------------