Mercurial > mercurial > hgweb_mover2.cgi
comparison include/common.h @ 24:5c99c6fa50df v2.2dev v2.2
fix changing selected image color
author | pyon@macmini |
---|---|
date | Wed, 02 Nov 2011 20:47:18 +0900 |
parents | c540dc3eabe5 |
children | d21de4693652 |
comparison
equal
deleted
inserted
replaced
23:a2dd16b70c08 | 24:5c99c6fa50df |
---|---|
1 // Filename : common.h | 1 // Filename : common.h |
2 // Last Change: 26-Oct-2011. | 2 // Last Change: 02-Nov-2011. |
3 // | 3 // |
4 #ifndef __COMMON__ | 4 #ifndef __COMMON__ |
5 #define __COMMON__ | 5 #define __COMMON__ |
6 | 6 |
7 #include "wx/wxprec.h" | 7 #include "wx/wxprec.h" |
31 #include <wx/sizer.h> | 31 #include <wx/sizer.h> |
32 #include <wx/combobox.h> | 32 #include <wx/combobox.h> |
33 #include <wx/progdlg.h> | 33 #include <wx/progdlg.h> |
34 #include <wx/frame.h> | 34 #include <wx/frame.h> |
35 #include <wx/textfile.h> | 35 #include <wx/textfile.h> |
36 #include <wx/stopwatch.h> | |
37 #include "wx/regex.h" | |
36 #endif | 38 #endif |
37 | 39 |
38 enum { | 40 enum { |
39 // mainframe | 41 // mainframe |
40 ID_MAIN = wxID_HIGHEST + 1, | 42 ID_MAIN = wxID_HIGHEST + 1, |