wxMenu and wxMenuBar modifications: now works much better with owner-drawn
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 3 Apr 1999 22:25:12 +0000 (22:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 3 Apr 1999 22:25:12 +0000 (22:25 +0000)
commitc2dcfdef634e097f7efe2288aa13511efb43ae28
tree68f3c648f8321f27bca3f0c6e9a76480c868e63d
parent14531b30fe49929ccedf080095d01c2e0869549a
wxMenu and wxMenuBar modifications: now works much better with owner-drawn
items, better encapsulation (the wxMenu data members are no longer public),
simplified wxFrame and derived classes by moving the common parts into
member functions of wxMenuBar

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/menu.h
include/wx/msw/menuitem.h
include/wx/ownerdrw.h
src/msw/frame.cpp
src/msw/mdi.cpp
src/msw/menu.cpp
src/msw/menuitem.cpp