]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/taskbar/tbtest.h
update bakefile to 0.2.6
[wxWidgets.git] / samples / taskbar / tbtest.h
index a2dc242b5a3a8b53ccec063b6f9958de6e29b3cb..df54f38dcfdd917c14cfbfa08a835e5ff9a0dd44 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-class MyTaskBarIcon: public wxTaskBarIcon
+class MyTaskBarIcon : public wxTaskBarIcon
 {
 public:
 #if defined(__WXCOCOA__)
@@ -34,7 +34,7 @@ public:
 
 
 // Define a new application
-class MyApp: public wxApp
+class MyApp : public wxApp
 {
 public:
     virtual bool OnInit();
@@ -43,13 +43,11 @@ public:
 class MyDialog: public wxDialog
 {
 public:
-    MyDialog(wxWindow* parent, const wxWindowID id, const wxString& title,
-        const wxPoint& pos, const wxSize& size, const long windowStyle = wxDEFAULT_DIALOG_STYLE);
+    MyDialog(const wxString& title);
     virtual ~MyDialog();
 
 protected:
-    void Init();
-
+    void OnAbout(wxCommandEvent& event);
     void OnOK(wxCommandEvent& event);
     void OnExit(wxCommandEvent& event);
     void OnCloseWindow(wxCloseEvent& event);