]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_intl.i
move the include of collpane.h to the main header
[wxWidgets.git] / wxPython / src / _intl.i
index 198fc8bfc2a86bc77830a7d11dfe513896699f21..18e7f9db0b4d6049217b848361e46dd285e83ee8 100644 (file)
 //---------------------------------------------------------------------------
 %newgroup
 
-enum wxLayoutDirection
-{
-    wxLayout_Default,
-    wxLayout_LeftToRight,
-    wxLayout_RightToLeft
-};
-
-
 enum wxLanguage
 {
     // user's default/preffered language as got from OS:
@@ -426,6 +418,9 @@ public:
     // Returns 'True' if it was successfully loaded
     bool AddCatalog(const wxString& szDomain);
 
+    // check if the given locale is provided by OS and C run time
+    static bool IsAvailable(int lang);
+    
     // check if the given catalog is loaded
     bool IsLoaded(const wxString& szDomain) const;