From: Robert Roebling Date: Tue, 10 Apr 2007 08:03:39 +0000 (+0000) Subject: Document wxWindow::Navigate() instead of generation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/06354b562164048202537c3196af17196ee6f6fb Document wxWindow::Navigate() instead of generation 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 --- diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 63f676e594..a5689eff2d 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -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.}