projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
af27ce8
)
Implement the hashmap for NSMenu
author
David Elliott
<dfe@tgwbd.org>
Fri, 5 Sep 2003 15:09:02 +0000
(15:09 +0000)
committer
David Elliott
<dfe@tgwbd.org>
Fri, 5 Sep 2003 15:09:02 +0000
(15:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23405
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/cocoa/NSMenu.mm
patch
|
blob
|
blame
|
history
diff --git
a/src/cocoa/NSMenu.mm
b/src/cocoa/NSMenu.mm
index ca226efa44f6b8c65cd0d1bf97ec10776547a1d3..be8e5417355fedf682f7b609ee0a4e718dbeb047 100644
(file)
--- a/
src/cocoa/NSMenu.mm
+++ b/
src/cocoa/NSMenu.mm
@@
-95,6
+95,8
@@
struct objc_object *wxCocoaNSMenu::sm_cocoaObserver = [[wxNSMenuNotificationObse
// ========================================================================
// wxCocoaNSMenu
// ========================================================================
+WX_IMPLEMENT_OBJC_INTERFACE_HASHMAP(NSMenu)
+
void wxCocoaNSMenu::AssociateNSMenu(WX_NSMenu cocoaNSMenu, unsigned int flags)
{
if(cocoaNSMenu)