]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/frame.h
finished wxWindow for MGL
[wxWidgets.git] / include / wx / os2 / frame.h
index 38d5f57600e50b02c0598c8e2f5a23b511b46961..ed2be613806a2d2626be6d43f13b653d6718a846 100644 (file)
@@ -178,10 +178,13 @@ protected:
     // helper
     void         DetachMenuBar(void);
 
+#if wxUSE_MENUS_NATIVE
+    // perform MSW-specific action when menubar is changed
+    virtual void AttachMenuBar(wxMenuBar* pMenubar);
     // a plug in for MDI frame classes which need to do something special when
     // the menubar is set
     virtual void InternalSetMenuBar(void);
-
+#endif
     // propagate our state change to all child frames
     void IconizeChildFrames(bool bIconize);
 
@@ -242,7 +245,6 @@ private:
     SWP                             m_vSwpToolBar;
 
     DECLARE_EVENT_TABLE()
-    DECLARE_DYNAMIC_CLASS(wxFrameOS2)
 };
 
 #endif