Mercurial > mercurial > hgweb_qlipbrd.cgi
view include/main.h @ 3:fd4361d2cbbd default tip
add remember function.
author | pyon@macmini |
---|---|
date | Thu, 24 Sep 2015 07:45:26 +0900 |
parents | cb3403ca39b1 |
children |
line wrap: on
line source
// Filename : main.h // Last Change: 2015-08-26 Wed 19:50:46. // #include <wx/wx.h> #include <wx/help.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)