Additions to changes.txt

Doc corrections


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-02-20 17:04:39 +00:00
parent 86adc75813
commit d3c17ee7a2
4 changed files with 9 additions and 25 deletions

View File

@@ -665,12 +665,6 @@ that contains the menu bar. If you have a toolbar which uses the same identifier
as your EVT\_MENU entries, events from the toolbar will also be processed by your
EVT\_MENU event handlers.
Note that menu commands (and UI update events for menus) are first sent to
the focus window within the frame. If no window within the frame has the focus,
then the events are sent directly to the frame. This allows command and UI update
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,