added missing methods/removed duplicated base methods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-08-12 15:43:02 +00:00
parent a99c96b0ff
commit d062e17fca
7 changed files with 26 additions and 31 deletions

View File

@@ -225,19 +225,6 @@ void wxFrameMac::PositionStatusBar()
}
}
void wxFrameMac::SetMenuBar(wxMenuBar *menuBar)
{
if (!menuBar)
{
return;
}
m_frameMenuBar = menuBar;
// m_frameMenuBar->MacInstallMenuBar() ;
m_frameMenuBar->Attach((wxFrame *)this);
}
// Responds to colour changes, and passes event on to children.
void wxFrameMac::OnSysColourChanged(wxSysColourChangedEvent& event)
{