]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/animate.h
fix various Doxygen errors (#9568)
[wxWidgets.git] / interface / animate.h
index 7d7e3e3403f6e23e564879972d8cee003b466c3d..c2f4735b3c37d2045adce909ceddb3b7e36da69b 100644 (file)
@@ -123,6 +123,13 @@ public:
     virtual bool LoadFile(const wxString& file,
                           wxAnimationType animType = wxANIMATION_TYPE_ANY);
 
+    /**
+        Loads the animation from the given stream and calls SetAnimation().
+        See wxAnimation::Load() for more info.
+    */
+    virtual bool Load(wxInputStream& file,
+                      wxAnimationType animType = wxANIMATION_TYPE_ANY);
+
     /**
         Starts playing the animation.