X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4f1d811cc5b15a148ae7331c033d1749940cac0..bfb6fde371c9b5296c3b1c2764a1062db383c6ad:/interface/animate.h?ds=sidebyside diff --git a/interface/animate.h b/interface/animate.h index 861625aec3..f840408f43 100644 --- a/interface/animate.h +++ b/interface/animate.h @@ -37,9 +37,9 @@ enum wxAnimationType It is only available if @c wxUSE_ANIMATIONCTRL is set to 1 (the default). @beginStyleTable - @style{wxAC_DEFAULT_STYLE}: + @style{wxAC_DEFAULT_STYLE} The default style: wxBORDER_NONE. - @style{wxAC_NO_AUTORESIZE}: + @style{wxAC_NO_AUTORESIZE} By default, the control will adjust its size to exactly fit to the size of the animation when SetAnimation is called. If this style flag is given, the control will not change its size @@ -66,7 +66,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxAC_DEFAULT_STYLE, - const wxString& name = "animationctrl"); + const wxString& name = wxAnimationCtrlNameStr); /** Creates the control with the given @a anim animation.