]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/cocoa/objc/NSMenu.h
88df42043fdd1db0e4a8c4121571907a3763b555
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: wx/cocoa/objc/NSMenu.h
3 // Purpose: wxPoserNSMenu 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 // ============================================================================
18 // @class wxPoserNSMenu
19 // ============================================================================
20 @interface wxPoserNSMenu
: NSMenu
28 #endif //ndef __WX_COCOA_OBJC_NSMENU_H__