Add wxCocoaNSWindow* parameter to GetAppMenuBar so implementations can

return an alternate menubar based on the window which needs it


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-11-06 20:37:16 +00:00
parent f1d04a42d5
commit 8ded703ddc
7 changed files with 9 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ protected:
// Cocoa specifics
// ------------------------------------------------------------------------
public:
virtual wxMenuBar* GetAppMenuBar();
virtual wxMenuBar* GetAppMenuBar(wxCocoaNSWindow *win);
// Returns the NSView for non-client drawing
virtual WX_NSView GetNonClientNSView();
protected: