]> git.saurik.com Git - wxWidgets.git/commit - include/wx/defs.h
refactor WM_COMMAND messages handling in MDI frames to avoid duplicating code unneces...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Jan 2009 16:47:41 +0000 (16:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Jan 2009 16:47:41 +0000 (16:47 +0000)
commit1483e5db8d719803c2d04984fd5ad85176964e16
tree89197cd70cf9f2fb1378a165fa0842ab76f4b0ac
parent67fdb6f9af36cba7a0b06e61be320ce914dc3f4f
refactor WM_COMMAND messages handling in MDI frames to avoid duplicating code unnecessarily and generally streamline it; added possibility to use custom menu commands in the "Window" menu and specifying accelerators for them now works too (show this in the sample); finally added standard ids for the MDI window menu commands

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/doxygen/mainpages/const_stdevtid.h
include/wx/defs.h
include/wx/msw/frame.h
include/wx/msw/mdi.h
interface/wx/mdi.h
samples/mdi/mdi.cpp
samples/mdi/mdi.h
src/msw/frame.cpp
src/msw/mdi.cpp