X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de414223ab83187113388a167dc5fa391cc9e166..c699b4583b6047191ac326728654c6fe8920aa7b:/docs/latex/wx/animatctrl.tex diff --git a/docs/latex/wx/animatctrl.tex b/docs/latex/wx/animatctrl.tex index ae89a733c9..7a4dbf488b 100644 --- a/docs/latex/wx/animatctrl.tex +++ b/docs/latex/wx/animatctrl.tex @@ -82,6 +82,10 @@ all the parameters. \param{long}{ style = wxAC\_DEFAULT\_STYLE},\rtfsp \param{const wxString\& }{name = ``animationctrl"}} +After control creation you must explicitely call \helpref{Play}{wxanimationctrlplay} +to start to play the animation. Until that function won't be called, the first frame +of the animation is displayed. + \wxheading{Parameters} \docparam{parent}{Parent window, must be non-\NULL.} @@ -98,9 +102,6 @@ all the parameters. \docparam{name}{Control name.} -After control creation you must explicitely call \helpref{Play}{wxanimationctrlplay} -to start to play the animation. Until that function won't be called, the first frame -of the animation is displayed. \wxheading{Return value}