]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/taskbar/tbtest.h
order the Makefile alphabetically so that diffs are human readable
[wxWidgets.git] / samples / taskbar / tbtest.h
index b25defd7130fb36641639fc4d87b88b62d7811e5..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&);
+    MyTaskBarIcon() {};
 
+    void OnRButtonUp(wxEvent&);
+    void OnLButtonDClick(wxEvent&);
     void OnMenuRestore(wxCommandEvent&);
     void OnMenuExit(wxCommandEvent&);
+    void OnMenuSetNewIcon(wxCommandEvent&);
 
 DECLARE_EVENT_TABLE()
 };