]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/animate.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / animate.h
index cd1e926d7b7b7e7284cd0bf91d7ffe19f21b993e..f4376a3e29f6d328eb4e326a64b98936a86187d2 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        animate.h
 // Purpose:     interface of wxAnimation* classes
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -54,7 +53,7 @@ enum wxAnimationType
 
     @nativeimpl{wxgtk,wxmsw}
 
-    @appearance{animationctrl.png}
+    @appearance{animationctrl}
 
     @see wxAnimation, @sample{animate}
 */
@@ -200,7 +199,7 @@ public:
 
     @see wxAnimationCtrl, @sample{animate}
 */
-class wxAnimation : public wxGDIObject
+class wxAnimation : public wxObject
 {
 public:
     /**