#endif
#include "wx/canvas/canvas.h"
+#include "wx/timer.h"
//----------------------------------------------------------------------------
// constants
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_FRAME_STYLE );
+ ~MyFrame();
private:
// WDR: method declarations for MyFrame
wxCanvasImage *m_smile1;
wxCanvasImage *m_smile2;
wxCanvasAdmin *m_admin;
+ wxTimer *m_timer;
private:
// WDR: handler declarations for MyFrame
void OnQuit( wxCommandEvent &event );
void OnCloseWindow( wxCloseEvent &event );
+ void OnTimer( wxTimerEvent &event );
private:
DECLARE_EVENT_TABLE()