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