]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/cocoa/objc/NSMenu.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / include / wx / cocoa / objc / NSMenu.h
... / ...
CommitLineData
1///////////////////////////////////////////////////////////////////////////////
2// Name: wx/cocoa/objc/NSMenu.h
3// Purpose: WXNSMenu class
4// Author: David Elliott
5// Modified by:
6// Created: 2007/04/20 (move from NSMenu.mm)
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
14#include "wx/cocoa/objc/objc_uniquifying.h"
15
16#import <AppKit/NSMenu.h>
17
18// ============================================================================
19// @class WXNSMenu
20// ============================================================================
21@interface WXNSMenu : NSMenu
22{
23}
24
25- (void)dealloc;
26
27@end // WXNSMenu
28WX_DECLARE_GET_OBJC_CLASS(WXNSMenu,NSMenu)
29
30#endif //ndef __WX_COCOA_OBJC_NSMENU_H__