X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d63f7562cf9ccad9c430d4c2e2a8bd416a016d89..19f6bff4484b97ef036a793820eb30c0a6df92b5:/docs/latex/wx/tsamples.tex diff --git a/docs/latex/wx/tsamples.tex b/docs/latex/wx/tsamples.tex index a1977b55cf..d85d0c16fd 100644 --- a/docs/latex/wx/tsamples.tex +++ b/docs/latex/wx/tsamples.tex @@ -488,8 +488,10 @@ 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 and of the -wxNavigationKeyEvent. +\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}