]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_xmlres.i
Add properties
[wxWidgets.git] / wxPython / src / _xmlres.i
index 63090843c5125efba50ad6fb3146b0195996f3dc..4d007b8786143aab424e39465d448761e32b74b6 100644 (file)
@@ -209,6 +209,10 @@ public:
     // Get/Set the domain to be passed to the translation functions, defaults to NULL.
     wxString GetDomain() const;
     void SetDomain(const wxString& domain);
+    
+    %property(Domain, GetDomain, SetDomain, doc="See `GetDomain` and `SetDomain`");
+    %property(Flags, GetFlags, SetFlags, doc="See `GetFlags` and `SetFlags`");
+    %property(Version, GetVersion, doc="See `GetVersion`");
 };
 
 //----------------------------------------------------------------------