]> 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 454e66ef23836e393b4af548456b62ccc71c32b6..a3ce1b2940e9f1aba33db24202a9a33fb5ce34f5 100644 (file)
@@ -6,22 +6,16 @@
 // 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&);