We don't need to pose for NSMenuItem, target/action is used instead.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
// Author: David Elliott
|
// Author: David Elliott
|
||||||
// Modified by:
|
// Modified by:
|
||||||
// Created: 2002/12/15
|
// Created: 2002/12/15
|
||||||
// RCS-ID: $Id:
|
// RCS-ID: $Id$
|
||||||
// Copyright: 2002 David Elliott
|
// Copyright: 2002-2004 David Elliott
|
||||||
// Licence: wxWidgets licence
|
// Licence: wxWindows licence
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
@@ -82,20 +82,6 @@
|
|||||||
|
|
||||||
@end //implementation wxNSMenuItemTarget
|
@end //implementation wxNSMenuItemTarget
|
||||||
|
|
||||||
// ============================================================================
|
|
||||||
// @class wxPoserNSMenuItem
|
|
||||||
// ============================================================================
|
|
||||||
@interface wxPoserNSMenuItem : NSMenuItem
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@end // wxPoserNSMenuItem
|
|
||||||
|
|
||||||
WX_IMPLEMENT_POSER(wxPoserNSMenuItem);
|
|
||||||
@implementation wxPoserNSMenuItem : NSMenuItem
|
|
||||||
|
|
||||||
@end // wxPoseRNSMenuItem
|
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
// wxMenuItemCocoa implementation
|
// wxMenuItemCocoa implementation
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
Reference in New Issue
Block a user