X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/24c7767fc8e093be0f0790c78daeb12b4e58579b..b0fb0f3c71c527b5c5cb839355c88766b6f8c888:/include/wx/cocoa/frame.h?ds=sidebyside diff --git a/include/wx/cocoa/frame.h b/include/wx/cocoa/frame.h index 91b212a257..d5aa49436c 100644 --- a/include/wx/cocoa/frame.h +++ b/include/wx/cocoa/frame.h @@ -51,12 +51,15 @@ protected: // Cocoa specifics // ------------------------------------------------------------------------ public: - virtual wxMenuBar* GetAppMenuBar() { return GetMenuBar(); } -protected: - virtual void CocoaSetWxWindowSize(int width, int height); + virtual wxMenuBar* GetAppMenuBar(wxCocoaNSWindow *win); + // Returns the NSView for non-client drawing + virtual WX_NSView GetNonClientNSView(); // Helper function to position status/tool bars + // Also called by native toolbar to force a size update void UpdateFrameNSView(); +protected: + virtual void CocoaSetWxWindowSize(int width, int height); virtual void CocoaReplaceView(WX_NSView oldView, WX_NSView newView); // frameNSView is used whenever a statusbar/generic toolbar are present