X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69ecd30f312bef9440211df29ebd680622a10889..a81c3c2383f9096ef5e96b708a0f1c1ffe7cc6a8:/samples/taskbar/tbtest.h diff --git a/samples/taskbar/tbtest.h b/samples/taskbar/tbtest.h index 142ce5d237..64e141f546 100644 --- a/samples/taskbar/tbtest.h +++ b/samples/taskbar/tbtest.h @@ -6,13 +6,13 @@ // Created: 01/02/97 // RCS-ID: $Id$ // Copyright: (c) -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// class MyTaskBarIcon: public wxTaskBarIcon { public: - MyTaskBarIcon() {}; + MyTaskBarIcon() {}; virtual void OnMouseMove(wxEvent&); virtual void OnLButtonDown(wxEvent&); @@ -22,8 +22,9 @@ public: virtual void OnLButtonDClick(wxEvent&); virtual void OnRButtonDClick(wxEvent&); - void OnMenuRestore(wxEvent&); - void OnMenuExit(wxEvent&); + void OnMenuRestore(wxCommandEvent&); + void OnMenuExit(wxCommandEvent&); + void OnMenuSetNewIcon(wxCommandEvent&); DECLARE_EVENT_TABLE() };