]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/animate.h
few other fixes for wxChar => wxString
[wxWidgets.git] / interface / wx / animate.h
index 62e2ab5a8fec5a3fb6bf816e8d03e900513a6d1f..6e5f043905f3fe9c203cef38fa8b8911785b0b7b 100644 (file)
@@ -25,7 +25,6 @@ enum wxAnimationType
 
 /**
     @class wxAnimationCtrl
-    @wxheader{animate.h}
 
     This is a static control which displays an animation.
     wxAnimationCtrl API is as simple as possible and won't give you full control
@@ -50,7 +49,7 @@ enum wxAnimationType
 
     @nativeimpl{wxgtk,wxmsw}
 
-    <!-- @appearance{animationctrl.png} -->
+    @appearance{animationctrl.png}
 
     @see wxAnimation, @sample{animate}
 */
@@ -177,7 +176,6 @@ public:
 
 /**
     @class wxAnimation
-    @wxheader{animate.h}
 
     This class encapsulates the concept of a platform-dependent animation.
     An animation is a sequence of frames of the same size.