Mercurial > mercurial > hgweb_searcher03.cgi
comparison include/main.h @ 19:3bb803d8c1d7
Implement Mini-mode.
author | pyon@macmini |
---|---|
date | Sun, 07 Dec 2014 20:48:05 +0900 |
parents | 0c0701a935f8 |
children |
comparison
equal
deleted
inserted
replaced
18:a8e6e5769e3b | 19:3bb803d8c1d7 |
---|---|
1 // Filename : main.h | 1 // Filename : main.h |
2 // Last Change: 20-Jul-2013. | 2 // Last Change: 03-Dec-2014. |
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 |
23 | 23 |
24 wxFileConfig *config; | 24 wxFileConfig *config; |
25 wxString conf_file; | 25 wxString conf_file; |
26 wxString log_file; | 26 wxString log_file; |
27 wxRect rect; | 27 wxRect rect; |
28 long mode; | |
28 }; | 29 }; |
29 | 30 |
30 enum { | 31 enum { |
31 ID_MAIN = wxID_HIGHEST + 1, | 32 ID_MAIN = wxID_HIGHEST + 1, |
32 }; | 33 }; |