Mercurial > mercurial > hgweb_mover.cgi
comparison include/myframe.h @ 8:b59dfcc84d7a default tip
v0.4b
author | pyon@macmini |
---|---|
date | Thu, 13 Oct 2011 20:13:41 +0900 |
parents | 3b734fd6ee2b |
children |
comparison
equal
deleted
inserted
replaced
7:bfa0800f1176 | 8:b59dfcc84d7a |
---|---|
1 // Filename : myframe.h | 1 // Filename : myframe.h |
2 // Last Change: 06-Oct-2011. | 2 // Last Change: 13-Oct-2011. |
3 // | 3 // |
4 #ifndef MYFRAME | 4 #ifndef MYFRAME |
5 #define MYFRAME | 5 #define MYFRAME |
6 #include "wx/wxprec.h" | 6 #include "wx/wxprec.h" |
7 | 7 |
24 #include <wx/file.h> | 24 #include <wx/file.h> |
25 #include <wx/tokenzr.h> | 25 #include <wx/tokenzr.h> |
26 #include <wx/stdpaths.h> | 26 #include <wx/stdpaths.h> |
27 #include <wx/sizer.h> | 27 #include <wx/sizer.h> |
28 #include <wx/combobox.h> | 28 #include <wx/combobox.h> |
29 #include <wx/progdlg.h> | |
29 #include <wx/frame.h> | 30 #include <wx/frame.h> |
30 #endif | 31 #endif |
31 | 32 |
32 | 33 |
33 ////////////////////////////////////////////////////////////////////////// | 34 ////////////////////////////////////////////////////////////////////////// |