]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/cocoa/objc/NSMenu.h
780d306058d6f04340636d2db1ce0325c53836bd
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)
7 // Copyright: (c) 2002 David Elliott
8 // Licence: wxWindows licence
9 ///////////////////////////////////////////////////////////////////////////////
11 #ifndef __WX_COCOA_OBJC_NSMENU_H__
12 #define __WX_COCOA_OBJC_NSMENU_H__
14 #include "wx/cocoa/objc/objc_uniquifying.h"
16 #import <AppKit/NSMenu.h>
18 // ============================================================================
20 // ============================================================================
21 @interface WXNSMenu
: NSMenu
28 WX_DECLARE_GET_OBJC_CLASS(WXNSMenu
,NSMenu
)
30 #endif //ndef __WX_COCOA_OBJC_NSMENU_H__