// 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) ;
DECLARE_EVENT_TABLE()
DECLARE_DYNAMIC_CLASS(wxMDIParentFrame)
+ DECLARE_NO_COPY_CLASS(wxMDIParentFrame)
};
// ---------------------------------------------------------------------------