]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/wxpoem/wxpoem.h
* New wxStreams (to be documented), new classes: wxBufferedStreams,
[wxWidgets.git] / samples / wxpoem / wxpoem.h
index 6be433bff4b531abcd9a0e3e23c50eca7de9fd83..ea2e00e40f34ae7696f2fbabc4e3430872d5bf60 100644 (file)
@@ -29,7 +29,7 @@ class MyApp: public wxApp
 DECLARE_APP(MyApp)
 
 // Define a new canvas which can receive some events
-class MyCanvas: public wxPanel
+class MyCanvas: public wxWindow
 {
   public:
     MyCanvas(wxFrame *frame, wxWindowID id, const wxPoint& pos, const wxSize& size);
@@ -47,6 +47,7 @@ class MainWindow: public wxFrame
   public:
     MyCanvas *canvas;
     MainWindow(wxFrame *frame, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style);
+    ~MainWindow();
 
     void OnCloseWindow(wxCloseEvent& event);
     void OnChar(wxKeyEvent& event);