X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d0e834f399b3263badad880a28d5b991b9f70ae3..6b5a8c7d986d03935d4060c96c4884d5a2bf608c:/docs/latex/wx/tsamples.tex?ds=inline diff --git a/docs/latex/wx/tsamples.tex b/docs/latex/wx/tsamples.tex index c9fe964a92..d85d0c16fd 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 @@ -475,6 +482,18 @@ of fields) and how to use it to show icons/bitmaps and/or put arbitrary controls into it. +\subsection{Tab order sample}\label{sampletaborder} + +This sample allows to test keyboard navigation (mostly done using the +\texttt{\textsc{TAB}} key, hence the sample name) between different controls. +It shows the use of +\helpref{wxWindow::MoveBeforeInTabOrder()}{wxwindowmovebeforeintaborder} and +\helpref{MoveAfterInTabOrder()}{wxwindowmoveafterintaborder} methods to change +the default order of the windows in the navigation chain and of +\helpref{wxWindow::Navigate()}{wxwindownavigate} for moving focus along this +chain. + + \subsection{Text sample}\label{sampletext} This sample demonstrates four features: firstly the use and many variants of @@ -591,3 +610,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} +