]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/taskbar/tbtest.h
reSWIGged
[wxWidgets.git] / samples / taskbar / tbtest.h
index a3ce1b2940e9f1aba33db24202a9a33fb5ce34f5..24ab1de7c8fce69ebc19de0b0f64bf8f0b0d0f13 100644 (file)
@@ -29,8 +29,6 @@ class MyApp: public wxApp
 {
 public:
     bool OnInit(void);
-protected:
-    MyTaskBarIcon   m_taskBarIcon;
 };
 
 class MyDialog: public wxDialog
@@ -38,12 +36,16 @@ 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();
 
     void OnOK(wxCommandEvent& event);
     void OnExit(wxCommandEvent& event);
     void OnCloseWindow(wxCloseEvent& event);
     void Init(void);
 
+protected:
+    MyTaskBarIcon   *m_taskBarIcon;
+
 DECLARE_EVENT_TABLE()
 };