X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d29a9a8ac8ab0467c8a3c076b147a0942011f7ee..27608f1130d577131674dc546b62ef11f75226d1:/interface/animate.h diff --git a/interface/animate.h b/interface/animate.h index 7d7e3e3403..c2f4735b3c 100644 --- a/interface/animate.h +++ b/interface/animate.h @@ -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.