]>
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 #include "wx/cocoa/objc/objc_uniquifying.h"
17 #import <AppKit/NSMenu.h>
19 // ============================================================================
21 // ============================================================================
22 @interface WXNSMenu
: NSMenu
29 WX_DECLARE_GET_OBJC_CLASS(WXNSMenu
,NSMenu
)
31 #endif //ndef __WX_COCOA_OBJC_NSMENU_H__