X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14cb220a2942ca5ffdf5a4fb32c6c3464154f78a..170acdc90e9f92f8b8120fa6c04acdbf45c89582:/wxPython/src/_xmlres.i?ds=sidebyside

diff --git a/wxPython/src/_xmlres.i b/wxPython/src/_xmlres.i
index 63090843c5..ba07720eea 100644
--- a/wxPython/src/_xmlres.i
+++ b/wxPython/src/_xmlres.i
@@ -63,7 +63,8 @@ public:
     
     ~wxXmlResource();
 
-
+    //wxXmlNode* GetFirstRoot();  ** Link error
+    
     // Loads resources from XML files that match given filemask.
     // This method understands VFS (see filesys.h).
     bool Load(const wxString& filemask);
@@ -209,6 +210,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`");
 };
 
 //----------------------------------------------------------------------