Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/main.h @ 1:eaa27e4ed5be
add client_ui.go
author | pyon@macmini |
---|---|
date | Mon, 01 Oct 2018 23:18:29 +0900 |
parents | d3b8cd5aeb70 |
children | 7fe3417cefc8 |
comparison
equal
deleted
inserted
replaced
0:d3b8cd5aeb70 | 1:eaa27e4ed5be |
---|---|
1 // Filename : main.h | 1 // Filename : main.h |
2 // Last Change: 2018-09-17 Mon 21:57:32. | 2 // Last Change: 2018-10-01 Mon 23:13:17. |
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 | 7 |
15 { | 15 { |
16 DECLARE_CLASS( MyApp ) | 16 DECLARE_CLASS( MyApp ) |
17 private: | 17 private: |
18 wxFileConfig *config; | 18 wxFileConfig *config; |
19 wxString conf_file; | 19 wxString conf_file; |
20 bool develop; | |
20 | 21 |
21 public: | 22 public: |
22 wxRect rect; | 23 wxRect rect; |
23 | 24 |
24 MyApp(); | 25 MyApp(); |