Added wxAcceleratorTable, wxFrame::SetAcceleratorTable and additions to process it...
authorJulian Smart <julian@anthemion.co.uk>
Fri, 31 Jul 1998 13:01:34 +0000 (13:01 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 31 Jul 1998 13:01:34 +0000 (13:01 +0000)
commit57a7b7c1484fda95240972aae876bdbdbbc98344
treef272955f2f4ae9d26e2cb9ce76909cb127ea26ff
parentbd0df01f3f59940fdbca7a3472c256be2d034ab9
Added wxAcceleratorTable, wxFrame::SetAcceleratorTable and additions to process it under wxMSW.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
include/wx/defs.h
include/wx/msw/frame.h
include/wx/msw/mdi.h
include/wx/msw/window.h
samples/mdi/mdi.cpp
samples/minimal/minimal.rc
src/msw/app.cpp
src/msw/data.cpp
src/msw/frame.cpp
src/msw/makefile.b32
src/msw/makefile.dos
src/msw/makefile.g95
src/msw/makefile.nt
src/msw/mdi.cpp
src/msw/registry.cpp
src/msw/window.cpp