X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d0e834f399b3263badad880a28d5b991b9f70ae3..a387938f80a2804f259e7305513231be39620fd2:/docs/latex/wx/tsamples.tex diff --git a/docs/latex/wx/tsamples.tex b/docs/latex/wx/tsamples.tex index c9fe964a92..46c7967120 100644 --- a/docs/latex/wx/tsamples.tex +++ b/docs/latex/wx/tsamples.tex @@ -53,6 +53,13 @@ needed to write a program that will display a "hello" dialog. This is usually a good starting point for learning how to use wxWidgets. +\subsection{Animate sample}\label{sampleanimate} + +The {\tt animate} sample shows how you can use \helpref{wxAnimationCtrl}{wxanimationctrl} +control and shows concept of a platform-dependent animation encapsulated +in \helpref{wxAnimation}{wxanimation}. + + \subsection{Art provider sample}\label{sampleartprovider} The {\tt artprov} sample shows how you can customize the look of standard @@ -591,3 +598,4 @@ but sometimes it depends on the user choices: wxCheckboxPage shows how to dynamically decide which page to display next (see also \helpref{wxWizardPage}{wxwizardpage}) \end{itemize} +