]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/animate.h
Add test for absence of events from wxSpinCtrlDouble ctor.
[wxWidgets.git] / interface / wx / animate.h
index 19716e2c996d9b3c58f88de1ba5418c91967bb0c..f4376a3e29f6d328eb4e326a64b98936a86187d2 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        animate.h
 // Purpose:     interface of wxAnimation* classes
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -23,6 +22,11 @@ enum wxAnimationType
     wxANIMATION_TYPE_ANY
 };
 
+
+#define wxAC_NO_AUTORESIZE       (0x0010)
+#define wxAC_DEFAULT_STYLE       (wxBORDER_NONE)
+
+
 /**
     @class wxAnimationCtrl
 
@@ -49,7 +53,7 @@ enum wxAnimationType
 
     @nativeimpl{wxgtk,wxmsw}
 
-    @appearance{animationctrl.png}
+    @appearance{animationctrl}
 
     @see wxAnimation, @sample{animate}
 */
@@ -195,9 +199,14 @@ public:
 
     @see wxAnimationCtrl, @sample{animate}
 */
-class wxAnimation : public wxGDIObject
+class wxAnimation : public wxObject
 {
 public:
+    /**
+       Default ctor.
+    */
+    wxAnimation();
+    
     /**
         Copy ctor.
     */