X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b26f2425245bb5a115e93fa9bc6ebe2e508a518d..6e65f80be5dfcc75bd520fc320d3389e4559bccf:/docs/latex/wx/tsamples.tex?ds=sidebyside diff --git a/docs/latex/wx/tsamples.tex b/docs/latex/wx/tsamples.tex index a002c65b5f..46c7967120 100644 --- a/docs/latex/wx/tsamples.tex +++ b/docs/latex/wx/tsamples.tex @@ -26,7 +26,7 @@ this list is not complete. You should start your tour of wxWidgets with the "Hello, world!". It shows the basic structure of wxWidgets program and is the most commented sample of all - looking at its source code is recommended. -The next most useful sample is probably \helpref{widgets}{samplewidgets} +The next most useful samples are probably \helpref{widgets}{samplewidgets} and \helpref{controls}{samplecontrols} which show many of wxWidgets native and generic controls, such as buttons, listboxes, checkboxes, comboboxes etc. @@ -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} +