comparison include/main.h @ 3:db4813125eb8

many changes.
author pyon@macmini
date Thu, 11 Oct 2018 22:11:09 +0900
parents 7fe3417cefc8
children 06342fc544e4
comparison
equal deleted inserted replaced
2:7fe3417cefc8 3:db4813125eb8
1 // Filename : main.h 1 // Filename : main.h
2 // Last Change: 2018-10-02 Tue 21:17:28. 2 // Last Change: 2018-10-03 18:11:51.
3 // 3 //
4 #include <wx/wx.h> 4 #include <wx/wx.h>
5 #include <wx/config.h> 5 #include <wx/config.h>
6 #include <wx/fileconf.h> 6 #include <wx/fileconf.h>
7 #include <wx/splash.h>
7 8
8 enum { 9 enum {
9 ID_MAIN = wxID_HIGHEST + 1, 10 ID_MAIN = wxID_HIGHEST + 1,
10 }; 11 };
11 12
29 virtual bool OnInit(); 30 virtual bool OnInit();
30 virtual int OnExit(); 31 virtual int OnExit();
31 32
32 void InitSetting(); 33 void InitSetting();
33 void SaveSetting(); 34 void SaveSetting();
34 void GetData();
35 }; 35 };
36 36
37 DECLARE_APP( MyApp ) 37 DECLARE_APP( MyApp )
38 38