]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_intl.i
more properties
[wxWidgets.git] / wxPython / src / _intl.i
index 32b102bad91b751f23fa06a01234426fd4b109de..198fc8bfc2a86bc77830a7d11dfe513896699f21 100644 (file)
 //---------------------------------------------------------------------------
 %newgroup
 
+enum wxLayoutDirection
+{
+    wxLayout_Default,
+    wxLayout_LeftToRight,
+    wxLayout_RightToLeft
+};
+
 
 enum wxLanguage
 {
@@ -459,6 +466,13 @@ public:
     // Returns the current short name for the locale
     const wxString& GetName() const;
 
+    
+    %property(CanonicalName, GetCanonicalName, doc="See `GetCanonicalName`");
+    %property(Language, GetLanguage, doc="See `GetLanguage`");
+    %property(Locale, GetLocale, doc="See `GetLocale`");
+    %property(Name, GetName, doc="See `GetName`");
+    %property(String, GetString, doc="See `GetString`");
+    %property(SysName, GetSysName, doc="See `GetSysName`");
 };
 
 //---------------------------------------------------------------------------