X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c51a665c649f7579fb39e62070cef4f66b3210d..400930d3445bd8d8745c621b9ad0b352433db622:/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;