]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_xmlres.i
fixed a compile error in one of the stub classes
[wxWidgets.git] / wxPython / src / _xmlres.i
index 63090843c5125efba50ad6fb3146b0195996f3dc..ba07720eea38b725a5578869f8a96ea121c55118 100644 (file)
@@ -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`");
 };
 
 //----------------------------------------------------------------------