]> git.saurik.com Git - wxWidgets.git/commitdiff
keep function description before parameter documentation
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 13 Nov 2007 20:38:06 +0000 (20:38 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 13 Nov 2007 20:38:06 +0000 (20:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/animatctrl.tex

index ae89a733c990a54d0af4768e9368154a172052df..7a4dbf488ba1c7600778dea9e6ed3b59297cf45c 100644 (file)
@@ -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}