]> git.saurik.com Git - wxWidgets.git/blame - include/wx/cocoa/objc/NSMenu.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / include / wx / cocoa / objc / NSMenu.h
CommitLineData
ad3628fa
DE
1///////////////////////////////////////////////////////////////////////////////
2// Name: wx/cocoa/objc/NSMenu.h
829a2e95 3// Purpose: WXNSMenu class
ad3628fa
DE
4// Author: David Elliott
5// Modified by:
6// Created: 2007/04/20 (move from NSMenu.mm)
ad3628fa
DE
7// Copyright: (c) 2002 David Elliott
8// Licence: wxWindows licence
9///////////////////////////////////////////////////////////////////////////////
10
11#ifndef __WX_COCOA_OBJC_NSMENU_H__
12#define __WX_COCOA_OBJC_NSMENU_H__
13
e7e1ad7d
DE
14#include "wx/cocoa/objc/objc_uniquifying.h"
15
ad3628fa
DE
16#import <AppKit/NSMenu.h>
17
18// ============================================================================
829a2e95 19// @class WXNSMenu
ad3628fa 20// ============================================================================
829a2e95 21@interface WXNSMenu : NSMenu
ad3628fa
DE
22{
23}
24
25- (void)dealloc;
26
829a2e95 27@end // WXNSMenu
e7e1ad7d 28WX_DECLARE_GET_OBJC_CLASS(WXNSMenu,NSMenu)
ad3628fa
DE
29
30#endif //ndef __WX_COCOA_OBJC_NSMENU_H__