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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user