Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/main.h @ 4:06342fc544e4
mouse gesture.
| author | pyon@macmini |
|---|---|
| date | Mon, 15 Oct 2018 20:07:38 +0900 |
| parents | db4813125eb8 |
| children | e3b10fb860b3 |
comparison
equal
deleted
inserted
replaced
| 3:db4813125eb8 | 4:06342fc544e4 |
|---|---|
| 1 // Filename : main.h | 1 // Filename : main.h |
| 2 // Last Change: 2018-10-03 18:11:51. | 2 // Last Change: 2018-10-12 16:16:45. |
| 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 #include <wx/splash.h> |
| 8 | |
| 9 enum { | |
| 10 ID_MAIN = wxID_HIGHEST + 1, | |
| 11 }; | |
| 12 | 8 |
| 13 // private classes | 9 // private classes |
| 14 // Define a new application type, each program should derive a class from wxApp | 10 // Define a new application type, each program should derive a class from wxApp |
| 15 class MyApp : public wxApp | 11 class MyApp : public wxApp |
| 16 { | 12 { |
