]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tsamples.tex
added HasExtraStyle()
[wxWidgets.git] / docs / latex / wx / tsamples.tex
index dd201e9b3cd86a84253b39fb354f6c22b1ca7259..d85d0c16fd3691f6a5b06deb8773f1983efbfd96 100644 (file)
@@ -482,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
@@ -598,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}
+