X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94e0018723919fe2ca2f5b5f0a42804c16dbf3a1..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/interface/wx/animate.h diff --git a/interface/wx/animate.h b/interface/wx/animate.h index 19716e2c99..cd1e926d7b 100644 --- a/interface/wx/animate.h +++ b/interface/wx/animate.h @@ -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. */