]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xmlres.h
implemented page close event for wxAuiNotebook
[wxWidgets.git] / include / wx / xrc / xmlres.h
index 715133b2cbc85e3dd1ee93e1b910ae60d89b4cca..c581aafc8b4b1778c790b4009fd50b412bce2daa 100644 (file)
@@ -25,6 +25,7 @@
 #include "wx/icon.h"
 #include "wx/artprov.h"
 #include "wx/colour.h"
+#include "wx/animate.h"
 
 #include "wx/xml/xml.h"
 
@@ -125,8 +126,10 @@ public:
                   const wxString& domain=wxEmptyString);
 
     // Destructor.
-    ~wxXmlResource();
+    virtual ~wxXmlResource();
 
+    wxXmlNode *GetFirstRoot();
+    
     // Loads resources from XML files that match given filemask.
     // This method understands VFS (see filesys.h).
     bool Load(const wxString& filemask);
@@ -450,6 +453,11 @@ protected:
                    const wxArtClient& defaultArtClient = wxART_OTHER,
                    wxSize size = wxDefaultSize);
 
+#if wxUSE_ANIMATIONCTRL
+    // Gets an animation.
+    wxAnimation GetAnimation(const wxString& param = wxT("animation"));
+#endif
+
     // Gets a font.
     wxFont GetFont(const wxString& param = wxT("font"));