X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fb896a322a2ed53d393ee738765ddd3f72cee004..e6efee0079933c3f9a78b0bf6d701b3a35730952:/include/wx/cocoa/menuitem.h?ds=sidebyside diff --git a/include/wx/cocoa/menuitem.h b/include/wx/cocoa/menuitem.h index 303c73b6e7..d5ba585ac6 100644 --- a/include/wx/cocoa/menuitem.h +++ b/include/wx/cocoa/menuitem.h @@ -15,6 +15,8 @@ #include "wx/hashmap.h" #include "wx/bitmap.h" +#include "wx/cocoa/ObjcRef.h" + // ======================================================================== // wxMenuItem // ======================================================================== @@ -49,9 +51,13 @@ public: return iter->second; return NULL; } + void CocoaItemSelected(); + bool Cocoa_validateMenuItem(); protected: + void CocoaSetKeyEquivalent(); WX_NSMenuItem m_cocoaNSMenuItem; static wxMenuItemCocoaHash sm_cocoaHash; + static wxObjcAutoRefFromAlloc sm_cocoaTarget; // ------------------------------------------------------------------------ // Implementation // ------------------------------------------------------------------------