]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/animate.h
Don't look for catalogs in AddCatalogLookupPathPrefix() path directly.
[wxWidgets.git] / interface / wx / animate.h
index 19716e2c996d9b3c58f88de1ba5418c91967bb0c..77d5ecf423bcd835258ab1810a4ab41d7c1f2953 100644 (file)
@@ -23,6 +23,11 @@ enum wxAnimationType
     wxANIMATION_TYPE_ANY
 };
 
+
+#define wxAC_NO_AUTORESIZE       (0x0010)
+#define wxAC_DEFAULT_STYLE       (wxBORDER_NONE)
+
+
 /**
     @class wxAnimationCtrl
 
@@ -49,7 +54,7 @@ enum wxAnimationType
 
     @nativeimpl{wxgtk,wxmsw}
 
-    @appearance{animationctrl.png}
+    @appearance{animationctrl}
 
     @see wxAnimation, @sample{animate}
 */
@@ -195,9 +200,14 @@ public:
 
     @see wxAnimationCtrl, @sample{animate}
 */
-class wxAnimation : public wxGDIObject
+class wxAnimation : public wxObject
 {
 public:
+    /**
+       Default ctor.
+    */
+    wxAnimation();
+    
     /**
         Copy ctor.
     */