Mercurial > mercurial > hgweb_imcv.cgi
view main.h @ 3:cc1f1fa544a4
for wxWidgets 3.1
author | pyon@macmini |
---|---|
date | Sun, 27 Nov 2016 20:15:37 +0900 |
parents | ebc42d7a0010 |
children |
line wrap: on
line source
// Filename : main.h // Last Change: 15-Jan-2014. // #include "wx/wx.h" // private classes // Define a new application type, each program should derive a class from wxApp class MyApp : public wxApp { DECLARE_CLASS( MyApp ) public: MyApp(); ~MyApp(); virtual bool OnInit(); virtual int OnExit(); }; DECLARE_APP(MyApp)