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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user