fixed several resource leaks related to MDI menus

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-01-13 01:26:04 +00:00
parent 28978e0c5a
commit 4e152a239b
3 changed files with 75 additions and 62 deletions

View File

@@ -66,7 +66,7 @@ public:
// just return a new class)
virtual wxMDIClientWindow *OnCreateClient(void);
// WXHMENU GetWindowHMENU() const { return m_windowMenu; }
// MDI windows menu
wxMenu* GetWindowMenu() const { return m_windowMenu; };
void SetWindowMenu(wxMenu* menu) ;