* Move m_cocoaNSMenu out of wxCocoaNSMenu and into wxMenu and wxMenuBar
[wxWidgets.git] / src / cocoa / NSMenu.mm
1 /////////////////////////////////////////////////////////////////////////////
2 // Name:        cocoa/NSMenu.mm
3 // Purpose:     wxCocoaNSMenu implementation
4 // Author:      David Elliott
5 // Modified by:
6 // Created:     2002/12/09
7 // RCS-ID:      $Id$
8 // Copyright:   (c) 2002 David Elliott
9 // Licence:     wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
11
12 #include "wx/wxprec.h"
13 #if wxUSE_MENUS
14 #ifndef WX_PRECOMP
15     #include "wx/log.h"
16 #endif // WX_PRECOMP
17
18 #include "wx/cocoa/NSMenu.h"
19 //#include "wx/cocoa/ObjcPose.h"
20
21 #if 0 // There is no reason to pose for NSMenu at this time.
22 // ============================================================================
23 // @class wxPoserNSMenu
24 // ============================================================================
25 @interface wxPoserNSMenu : NSMenu
26 {
27 }
28
29 @end // wxPoserNSMenu
30
31 WX_IMPLEMENT_POSER(wxPoserNSMenu);
32 @implementation wxPoserNSMenu : NSMenu
33
34 @end // wxPoserNSMenu
35 #endif // 0
36
37 #endif // wxUSE_MENUS