// just return a new class)
virtual wxMDIClientWindow *OnCreateClient(void);
- WXHMENU GetWindowMenu() const { return m_windowMenu; }
+ wxMenu* GetWindowMenu() const { return m_windowMenu; }
+// void SetWindowMenu(wxMwnu* pMenu);
// MDI operations
// --------------
wxMDIClientWindow * m_clientWindow;
wxMDIChildFrame * m_currentChild;
- WXHMENU m_windowMenu;
+ wxMenu* m_windowMenu;
// TRUE if MDI Frame is intercepting commands, not child
bool m_parentFrameActive;