#include "wx/hashmap.h"
#include "wx/bitmap.h"
+#include "wx/cocoa/ObjcRef.h"
+
// ========================================================================
// wxMenuItem
// ========================================================================
return iter->second;
return NULL;
}
+ void CocoaItemSelected();
+ bool Cocoa_validateMenuItem();
protected:
+ void CocoaSetKeyEquivalent();
WX_NSMenuItem m_cocoaNSMenuItem;
static wxMenuItemCocoaHash sm_cocoaHash;
+ static wxObjcAutoRefFromAlloc<struct objc_object *> sm_cocoaTarget;
// ------------------------------------------------------------------------
// Implementation
// ------------------------------------------------------------------------