X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c7bde65d2b8d1d735eb0e8343f7b9c0b43acf04b..b63269cabe710bf0024bce483fa6ebf1331bc034:/demos/poem/wxpoem.h diff --git a/demos/poem/wxpoem.h b/demos/poem/wxpoem.h index 0b63613546..1c67f781f4 100644 --- a/demos/poem/wxpoem.h +++ b/demos/poem/wxpoem.h @@ -51,6 +51,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); @@ -90,6 +91,9 @@ private: wxFont *m_boldFont; wxFont *m_italicFont; + // Icons + wxIcon *m_corners[4]; + DECLARE_EVENT_TABLE() };