Updates for version change to 2.3.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -481,6 +481,11 @@ then the events are sent directly to the frame. This allows command and UI updat
|
||||
handling to be processed by specific windows and controls, and not necessarily
|
||||
by the application frame.
|
||||
|
||||
{\bf Tip:} under Windows, if you discover that menu shortcuts (for example, Alt-F to show the file menu)
|
||||
are not working, check any EVT\_CHAR events you are handling in child windows.
|
||||
If you are not calling {\tt event.Skip()} for events that you don't process in these event handlers,
|
||||
menu shortcuts may cease to work.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxMenu}{wxmenu}, \helpref{Event handling overview}{eventhandlingoverview}
|
||||
|
@@ -1052,6 +1052,9 @@ keypresses, then you will need to use \helpref{wxWindow::OnKeyDown}{wxwindowonke
|
||||
|
||||
Most, but not all, windows allow keypresses to be intercepted.
|
||||
|
||||
{\bf Tip:} be sure to call {\tt event.Skip()} for events that you don't process in this function,
|
||||
otherwise menu shortcuts may cease to work under Windows.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxWindow::OnKeyDown}{wxwindowonkeydown}, \helpref{wxWindow::OnKeyUp}{wxwindowonkeyup},\rtfsp
|
||||
@@ -1252,6 +1255,9 @@ keys, such as shift, control, and function keys, then you will need to use \help
|
||||
|
||||
Most, but not all, windows allow keypresses to be intercepted.
|
||||
|
||||
{\bf Tip:} be sure to call {\tt event.Skip()} for events that you don't process in this function,
|
||||
otherwise menu shortcuts may cease to work under Windows.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxWindow::OnChar}{wxwindowonchar}, \helpref{wxWindow::OnKeyUp}{wxwindowonkeyup},\rtfsp
|
||||
|
Reference in New Issue
Block a user