]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/mdi.h
removed wxFunction
[wxWidgets.git] / include / wx / msw / mdi.h
index b65c21f750da78f46f78a84187368bcf995cedd7..dec7df28260e35a1f678161126279290d885e0e4 100644 (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) ;
 
@@ -114,6 +114,7 @@ private:
 
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxMDIParentFrame)
+    DECLARE_NO_COPY_CLASS(wxMDIParentFrame)
 };
 
 // ---------------------------------------------------------------------------