]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/animate.h
allows resetting color of text to black, closes #4826
[wxWidgets.git] / include / wx / animate.h
index 27f37a3b803cfb576e69be531cd5c868b080a282..97321c5994ffcccc360c1aacdf14d9433939915a 100644 (file)
@@ -75,6 +75,8 @@ public:
     // public API
     virtual bool LoadFile(const wxString& filename,
                           wxAnimationType type = wxANIMATION_TYPE_ANY) = 0;
+    virtual bool Load(wxInputStream& stream,
+                      wxAnimationType type = wxANIMATION_TYPE_ANY) = 0;
 
     virtual void SetAnimation(const wxAnimation &anim) = 0;
     virtual wxAnimation GetAnimation() const = 0;