// Returns true if SYSTRAY protocol is supported by the desktop
bool IsProtocolSupported();
+
+ wxEvtHandler *m_invokingWindow;
+
+#if wxUSE_MENUS_NATIVE
+ virtual bool DoPopupMenu( wxMenu *menu, int x, int y );
+#endif // wxUSE_MENUS_NATIVE
};
#endif // _WX_TASKBARPRIV_H_