]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/cocoa/objc/NSMenu.h
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: wx/cocoa/objc/NSMenu.h
3 // Purpose: WXNSMenu class
4 // Author: David Elliott
6 // Created: 2007/04/20 (move from NSMenu.mm)
8 // Copyright: (c) 2002 David Elliott
9 // Licence: wxWindows licence
10 ///////////////////////////////////////////////////////////////////////////////
12 #ifndef __WX_COCOA_OBJC_NSMENU_H__
13 #define __WX_COCOA_OBJC_NSMENU_H__
15 #import <AppKit/NSMenu.h>
17 // ============================================================================
19 // ============================================================================
20 @interface WXNSMenu
: NSMenu
28 #endif //ndef __WX_COCOA_OBJC_NSMENU_H__