X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc3388ae63420668587b30ba4fd33b71565fe27a..21eefb768a6613cc2275cc0595e21d9b165802ee:/include/wx/mac/carbon/taskbarosx.h diff --git a/include/wx/mac/carbon/taskbarosx.h b/include/wx/mac/carbon/taskbarosx.h index 2a31ec26de..242e8781e2 100644 --- a/include/wx/mac/carbon/taskbarosx.h +++ b/include/wx/mac/carbon/taskbarosx.h @@ -45,17 +45,17 @@ public: //pops up the menu bool PopupMenu(wxMenu *menu); - //internal functions - don't call - void SetInternalEvent(void* pEvent); + //internal functions - don't call wxMenu* GetCurrentMenu(); + wxMenu* DoCreatePopupMenu(); protected: wxTaskBarIconType m_nType; - void* m_pEvent; void* m_pEventHandlerRef; wxMenu* m_pMenu; + WXHMENU m_theLastMenu; bool m_iconAdded; - + DECLARE_DYNAMIC_CLASS(wxTaskBarIcon) }; #endif