]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/frame.h
Add missing WXK constants for the control keys
[wxWidgets.git] / include / wx / msw / frame.h
index b7404bddc297c78c05220ae7b18d81e0b8f0b52e..2ea3ed670fdb50afd09a67209048e0b7249b1106 100644 (file)
@@ -42,7 +42,6 @@ public:
 
     // implement base class pure virtuals
     virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
-    virtual void Raise();
 
     // implementation only from now on
     // -------------------------------
@@ -132,9 +131,18 @@ protected:
     // wxMDIChildFrame
     bool MSWDoTranslateMessage(wxFrame *frame, WXMSG *msg);
 
+#if wxUSE_MENUS
+    // handle WM_EXITMENULOOP message for Win95 only
+    bool HandleExitMenuLoop(WXWORD isPopup);
+
     // handle WM_(UN)INITMENUPOPUP message to generate wxEVT_MENU_OPEN/CLOSE
     bool HandleMenuPopup(wxEventType evtType, WXHMENU hMenu);
 
+    // Command part of HandleMenuPopup() and HandleExitMenuLoop().
+    bool DoSendMenuOpenCloseEvent(wxEventType evtType, wxMenu* menu, bool popup);
+#endif // wxUSE_MENUS
+
+
     virtual bool IsMDIChild() const { return false; }
 
     // get default (wxWidgets) icon for the frame