Mercurial > mercurial > hgweb_mover.cgi
diff include/myframe.h @ 4:a505f7417742
v0.1 release
author | pyon@macmini |
---|---|
date | Thu, 06 Oct 2011 07:56:12 +0900 |
parents | a5bddd859104 |
children | 3b734fd6ee2b |
line wrap: on
line diff
--- a/include/myframe.h Tue Oct 04 07:43:08 2011 +0900 +++ b/include/myframe.h Thu Oct 06 07:56:12 2011 +0900 @@ -1,25 +1,29 @@ // Filename : myframe.h -// Last Change: 03-Oct-2011. +// Last Change: 05-Oct-2011. // #ifndef MYFRAME #define MYFRAME #include "wx/wxprec.h" #ifndef WX_PRECOMP - #include "wx/wx.h" + #include <wx/wx.h> #include <wx/icon.h> + #include <wx/dir.h> #include <wx/menu.h> #include <wx/string.h> #include <wx/statusbr.h> - #include "wx/stattext.h" + #include <wx/stattext.h> #include <wx/button.h> - #include "wx/datectrl.h" + #include <wx/datectrl.h> #include <wx/dateevt.h> - #include "wx/textctrl.h" - #include "wx/filepicker.h" + #include <wx/textctrl.h> + #include <wx/filepicker.h> + #include <wx/filename.h> #include <wx/listctrl.h> - #include "wx/dir.h" - #include "wx/stdpaths.h" + #include <wx/dir.h> + #include <wx/file.h> + #include <wx/tokenzr.h> + #include <wx/stdpaths.h> #include <wx/sizer.h> #include <wx/combobox.h> #include <wx/frame.h> @@ -59,9 +63,11 @@ void OnMove( wxMoveEvent& event ); void OnQuit( wxCommandEvent& event ); void OnAbout( wxCommandEvent& event ); + void OnOpenWorkDir(wxCommandEvent& event); void OnDetectWhite( wxCommandEvent& event ); void SetDir( wxCommandEvent& event ); void MakeDir( wxCommandEvent& event ); + void MoveImages( wxCommandEvent& event ); void SaveConfig( wxCloseEvent& event ); void TellLocation( void ); };