]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/animate.h
Add support for wxHELP button to wxMessageDialog.
[wxWidgets.git] / interface / wx / animate.h
index 5b4e5b5cde8ddbc98c98d11077e88526d68df8a8..19716e2c996d9b3c58f88de1ba5418c91967bb0c 100644 (file)
@@ -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;