]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/taskbar/tbtest.h
fix for dmc compilation of projects with more than one obj
[wxWidgets.git] / samples / taskbar / tbtest.h
index 142ce5d237fe6ccb2df88cf5a098033a616acb96..a3ce1b2940e9f1aba33db24202a9a33fb5ce34f5 100644 (file)
@@ -6,24 +6,19 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c)
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 class MyTaskBarIcon: public wxTaskBarIcon
 {
 public:
-       MyTaskBarIcon() {};
-
-    virtual void OnMouseMove(wxEvent&);
-    virtual void OnLButtonDown(wxEvent&);
-    virtual void OnLButtonUp(wxEvent&);
-    virtual void OnRButtonDown(wxEvent&);
-    virtual void OnRButtonUp(wxEvent&);
-    virtual void OnLButtonDClick(wxEvent&);
-    virtual void OnRButtonDClick(wxEvent&);
-
-    void OnMenuRestore(wxEvent&);
-    void OnMenuExit(wxEvent&);
+    MyTaskBarIcon() {};
+
+    void OnRButtonUp(wxEvent&);
+    void OnLButtonDClick(wxEvent&);
+    void OnMenuRestore(wxCommandEvent&);
+    void OnMenuExit(wxCommandEvent&);
+    void OnMenuSetNewIcon(wxCommandEvent&);
 
 DECLARE_EVENT_TABLE()
 };