]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_intl.i
implemented DrawPoint in terms of DrawLine (for now)
[wxWidgets.git] / wxPython / src / _intl.i
index 4b992086ee5642ed54dfe5657846e2f8454704f6..198fc8bfc2a86bc77830a7d11dfe513896699f21 100644 (file)
@@ -466,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`");
 };
 
 //---------------------------------------------------------------------------