- // we add menu bar accel processing
- bool MSWTranslateMessage(WXMSG* pMsg);
-
- // window proc for the frames
- WXLRESULT MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
-
- // handle WM_INITMENUPOPUP message
- bool HandleInitMenuPopup(WXHMENU hMenu);
-
- virtual bool IsMDIChild() const { return FALSE; }
-
- // get default (wxWidgets) icon for the frame
- virtual WXHICON GetDefaultIcon() const;