X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1483e5db8d719803c2d04984fd5ad85176964e16..2e9b5717cdd0e824dbccdb9d60e2d6db095d13b8:/include/wx/msw/frame.h diff --git a/include/wx/msw/frame.h b/include/wx/msw/frame.h index e43cc2247e..d528a882dd 100644 --- a/include/wx/msw/frame.h +++ b/include/wx/msw/frame.h @@ -60,7 +60,7 @@ public: // Status bar #if wxUSE_STATUSBAR virtual wxStatusBar* OnCreateStatusBar(int number = 1, - long style = wxST_SIZEGRIP, + long style = wxSTB_DEFAULT_STYLE, wxWindowID id = 0, const wxString& name = wxStatusLineNameStr); @@ -107,9 +107,6 @@ public: // get the currently active menu: this is the same as the frame menu for // normal frames but is overridden by wxMDIParentFrame virtual WXHMENU MSWGetActiveMenu() const { return m_hMenu; } - - // find the item in our menu bar: this is again a hook for MDI frames - virtual wxMenuItem *MSWFindMenuBarItem(WXWORD id); #endif // wxUSE_MENUS protected: