added wxWindow::NavigateIn(); provide wxGTK implementation of DoNavigateIn() working with native tab traversal

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-26 22:10:04 +00:00
parent 93febff2f3
commit 5644933fa6
7 changed files with 80 additions and 14 deletions

View File

@@ -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}