Merged (slightly modified to maintain ABI compatibility) r45554 from trunk (Note: CVS):

Remove Objective-C class posing for everything except for NSApplication.



git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2007-07-12 21:17:27 +00:00
parent 005638a1d7
commit 8933152887
13 changed files with 197 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////
// Name: wx/cocoa/objc/NSMenu.h
// Purpose: wxPoserNSMenu class
// Purpose: WXNSMenu class
// Author: David Elliott
// Modified by:
// Created: 2007/04/20 (move from NSMenu.mm)
@@ -15,14 +15,14 @@
#import <AppKit/NSMenu.h>
// ============================================================================
// @class wxPoserNSMenu
// @class WXNSMenu
// ============================================================================
@interface wxPoserNSMenu : NSMenu
@interface WXNSMenu : NSMenu
{
}
- (void)dealloc;
@end // wxPoserNSMenu
@end // WXNSMenu
#endif //ndef __WX_COCOA_OBJC_NSMENU_H__