X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d298f18ffb4bd0bd758b10f34c9e01cd119d1365..45df4bb6c238e3c42765af9454c15ad814d7a80a:/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. */