]> git.saurik.com Git - wxWidgets.git/commitdiff
Document wxWindow::Navigate() instead of generation
authorRobert Roebling <robert@roebling.de>
Tue, 10 Apr 2007 08:03:39 +0000 (08:03 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 10 Apr 2007 08:03:39 +0000 (08:03 +0000)
    of a navigation event in the text on wxWANTS_CHARS.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/window.tex

index 63f676e5944f71599ad7be1ab75299480b70df72..a5689eff2d1efbfc57313ee73c0f4268baf05a3e 100644 (file)
@@ -62,10 +62,10 @@ events. Windows only.}
 the window wants to get all char/key events for all keys - even for
 keys like TAB or ENTER which are usually used for dialog navigation
 and which wouldn't be generated without this style.  If you need to
-use this style in order to get the arrows or etc., but would still like to have
-normal keyboard navigation take place, you should create and send a
-wxNavigationKeyEvent in response to the key events for Tab and
-Shift-Tab.}
+use this style in order to get the arrows or etc., but would still like
+to have normal keyboard navigation take place, you should call
+\helpref{Navigate}{wxwindownavigate} in response to the key events for
+Tab and Shift-Tab.}
 \twocolitem{\windowstyle{wxNO\_FULL\_REPAINT\_ON\_RESIZE}}{On Windows, this style used to disable repainting
 the window completely when its size is changed. Since this behaviour is now the default, the style is now obsolete
 and no longer has an effect.}