X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c51a665c649f7579fb39e62070cef4f66b3210d..a4a06df3b4061e4ab4d273ceb19e1430f08bee66:/interface/wx/animate.h diff --git a/interface/wx/animate.h b/interface/wx/animate.h index 5b4e5b5cde..19716e2c99 100644 --- a/interface/wx/animate.h +++ b/interface/wx/animate.h @@ -228,11 +228,17 @@ public: /** Returns the i-th frame as a wxImage. + + This method is not implemented in the native wxGTK implementation of + this class and always returns an invalid image there. */ virtual wxImage GetFrame(unsigned int i) const; /** Returns the number of frames for this animation. + + This method is not implemented in the native wxGTK implementation of + this class and always returns 0 there. */ virtual unsigned int GetFrameCount() const;