]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/animatctrl.tex
added vendor display name (for consistency with app display name &c) (patch 1831303)
[wxWidgets.git] / docs / latex / wx / animatctrl.tex
index 09040f113b2ac0e62d162c32f3b02f6e26c4b788..7a4dbf488ba1c7600778dea9e6ed3b59297cf45c 100644 (file)
@@ -58,7 +58,7 @@ is called. If this style flag is given, the control will not change its size}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxAnimationCtrl::wxAnimationCtrl}\label{wxanimationctrl}
+\membersection{wxAnimationCtrl::wxAnimationCtrl}\label{wxanimationctrlctor}
 
 \func{}{wxAnimationCtrl}{\param{wxWindow *}{parent},\rtfsp
 \param{wxWindowID}{ id},\rtfsp
@@ -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}