]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/frame.h
don't process VK_OEM_XXX key presses
[wxWidgets.git] / include / wx / os2 / frame.h
index 38d5f57600e50b02c0598c8e2f5a23b511b46961..cd9ebaf89adbca141e845d3d9638e0394d6fc57d 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);