// 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)
{