X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d298f18ffb4bd0bd758b10f34c9e01cd119d1365..38534f596974042130716a26276e9564b0b72295:/interface/wx/animate.h diff --git a/interface/wx/animate.h b/interface/wx/animate.h index 19716e2c99..77d5ecf423 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 @@ -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. */