Move menu messages handling from wxFrame to wxTLW in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Feb 2013 13:48:13 +0000 (13:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Feb 2013 13:48:13 +0000 (13:48 +0000)
commit95316a3f245a4baf3046e97222660bed986153ed
tree6335d041594c84fa1e59b8dd9505d2eabbe8302b
parent823e18c7bc486a9f0dc3bc096b4991b162079044
Move menu messages handling from wxFrame to wxTLW in wxMSW.

This allows to generate the menu open/close/highlight events correctly for the
popup menus used in the dialogs.

Extend the menu sample with a test using such menus.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/msw/frame.h
include/wx/msw/toplevel.h
include/wx/toplevel.h
samples/menu/menu.cpp
src/msw/dialog.cpp
src/msw/frame.cpp
src/msw/toplevel.cpp