/////////////////////////////////////////////////////////////////////////////
-// Name: src/cocoa/menu.cpp
+// Name: src/cocoa/menu.mm
// Purpose: wxMenu and wxMenuBar implementation
// Author: David Elliott
// Modified by:
// Created: 2002/12/09
-// RCS-ID: $Id$
// Copyright: (c) 2002 David Elliott
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// wxMenu implementation
// ============================================================================
-IMPLEMENT_DYNAMIC_CLASS(wxMenu,wxEvtHandler)
-
bool wxMenu::Create(const wxString& title, long style)
{
wxAutoNSAutoreleasePool pool;
// ============================================================================
// wxMenuBar implementation
// ============================================================================
-IMPLEMENT_DYNAMIC_CLASS(wxMenuBar,wxWindow)
bool wxMenuBar::Create(long style)
{