wxMac: wxUniversal integration steps
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -142,8 +142,11 @@ private:
|
||||
#endif // wxUSE_ACCEL
|
||||
|
||||
// it calls out OnDismiss()
|
||||
#ifdef __WXMAC__
|
||||
friend class wxPopupMenuWindow;
|
||||
#else
|
||||
friend wxPopupMenuWindow;
|
||||
|
||||
#endif
|
||||
DECLARE_DYNAMIC_CLASS(wxMenu)
|
||||
};
|
||||
|
||||
@@ -275,7 +278,11 @@ private:
|
||||
bool m_shouldShowMenu;
|
||||
|
||||
// it calls out ProcessMouseEvent()
|
||||
#ifdef __WXMAC__
|
||||
friend class wxPopupMenuWindow;
|
||||
#else
|
||||
friend wxPopupMenuWindow;
|
||||
#endif
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
DECLARE_DYNAMIC_CLASS(wxMenuBar)
|
||||
|
Reference in New Issue
Block a user