]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tsamples.tex
don't make read-only text controls editable when enabled
[wxWidgets.git] / docs / latex / wx / tsamples.tex
index 46c7967120597693122a9f58e1638720489464e0..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