]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/animate.h
final prototype fixes (done using ifacecheck)
[wxWidgets.git] / interface / animate.h
index 83f5731c74e241e4d8aa887f18f269224c99a7f3..6352f63c6f7e4b7dd5ff362d721341cfad833de0 100644 (file)
@@ -98,7 +98,7 @@ public:
                 const wxPoint& pos = wxDefaultPosition,
                 const wxSize& size = wxDefaultSize,
                 long style = wxAC_DEFAULT_STYLE,
-                const wxString& name = "animationctrl");
+                const wxString& name = wxAnimationCtrlNameStr);
 
     /**
         Returns the animation associated with this control.
@@ -156,7 +156,7 @@ public:
         Note that the inactive bitmap, if smaller than the control's size, will be
         centered in the control; if bigger, it will be stretched to fit it.
     */
-    void SetInactiveBitmap(const wxBitmap& bmp);
+    virtual void SetInactiveBitmap(const wxBitmap& bmp);
 
     /**
         Stops playing the animation.
@@ -207,7 +207,7 @@ public:
         Destructor.
         See @ref overview_refcount_destruct for more info.
     */
-    ~wxAnimation();
+    virtual ~wxAnimation();
 
     /**
         Returns the delay for the i-th frame in milliseconds.