X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc3388ae63420668587b30ba4fd33b71565fe27a..478cde3220641d49cfbd492e799107d13ccdfeb3:/include/wx/mac/carbon/taskbarosx.h?ds=inline diff --git a/include/wx/mac/carbon/taskbarosx.h b/include/wx/mac/carbon/taskbarosx.h index 2a31ec26de..362d87260b 100644 --- a/include/wx/mac/carbon/taskbarosx.h +++ b/include/wx/mac/carbon/taskbarosx.h @@ -45,17 +45,19 @@ 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; - + + void OnRightDown(wxTaskBarIconEvent& evt); + DECLARE_DYNAMIC_CLASS(wxTaskBarIcon) }; #endif