]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/animate.h
synchronize GTK2 minimum version in docs
[wxWidgets.git] / interface / wx / animate.h
index 19716e2c996d9b3c58f88de1ba5418c91967bb0c..cd1e926d7b7b7e7284cd0bf91d7ffe19f21b993e 100644 (file)
@@ -23,6 +23,11 @@ enum wxAnimationType
     wxANIMATION_TYPE_ANY
 };
 
+
+#define wxAC_NO_AUTORESIZE       (0x0010)
+#define wxAC_DEFAULT_STYLE       (wxBORDER_NONE)
+
+
 /**
     @class wxAnimationCtrl
 
@@ -198,6 +203,11 @@ public:
 class wxAnimation : public wxGDIObject
 {
 public:
+    /**
+       Default ctor.
+    */
+    wxAnimation();
+    
     /**
         Copy ctor.
     */