X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ecee463f53424f00bf462e184ebc282ee3b995e..95ff11c4bb0b4a58f86f096871489b5723e2102c:/samples/taskbar/tbtest.h diff --git a/samples/taskbar/tbtest.h b/samples/taskbar/tbtest.h index a2dc242b5a..df54f38dcf 100644 --- a/samples/taskbar/tbtest.h +++ b/samples/taskbar/tbtest.h @@ -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);