Lots of fixes/cleanups for OSX taskbar

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-09-26 10:42:02 +00:00
parent 6b5c56bd5f
commit a45beea1e3
2 changed files with 45 additions and 60 deletions

View File

@@ -45,13 +45,12 @@ 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;
bool m_iconAdded;