]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xmlres.h
adding raster op hook
[wxWidgets.git] / include / wx / xrc / xmlres.h
index 0c9a105cf452e84e30af2528e0761ac0245b2ce6..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"
 
@@ -127,6 +128,8 @@ public:
     // Destructor.
     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"));