]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/menu.mm
use correct value for MTU - sizeof(TCP header)
[wxWidgets.git] / src / osx / cocoa / menu.mm
index 09a753f6b56e7af3c143bb1977850ce26b7e639b..312759735621f50f9098742c6b11cce01ed7153e 100644 (file)
 // ----------------------
 #include <string.h>
 
-@class wxNSMenuItem;
-
-@interface wxNSMenu : NSMenu
-{
-   wxMenuImpl* impl;
-}
-
-- (void) setImplementation:(wxMenuImpl*) item;
-- (wxMenuImpl*) implementation;
-
-@end 
-
 @implementation wxNSMenu
 
 - (id) init
 
 @end
 
+@interface NSApplication(MissingAppleMenuCall) 
+- (void)setAppleMenu:(NSMenu *)menu; 
+@end 
+
 class wxMenuCocoaImpl : public wxMenuImpl 
 {
 public :