// ========================================================================
// wxMenuBarManager
// ========================================================================
-class WXDLLEXPORT wxMenuBarManager : public wxObject
+class WXDLLIMPEXP_CORE wxMenuBarManager : public wxObject
{
// ------------------------------------------------------------------------
// initialization/destruction
void WindowDidResignMain(NSNotification *notification);
void WindowWillClose(NSNotification *notification);
#endif // 0
- void UpdateWindowMenuBar(wxTopLevelWindowNative *win);
+ void UpdateMenuBar();
protected:
void SetMenuBar(wxMenuBar* menubar);
void InstallMenuBarForWindow(wxCocoaNSWindow *win);
// Main menu (if app provides one)
wxMenuBar *m_mainMenuBar;
wxMenuBarManagerObserver *m_observer;
- wxCocoaNSWindow *m_windowCurrent;
+ WX_NSWindow m_currentNSWindow;
};
#endif // wxUSE_MENUS