diff include/ccnframe.h @ 21:eb3f5c7c990f

small changes.
author pyon@macmini
date Mon, 25 Jul 2011 05:20:55 +0900
parents 710be7b6a873
children 05f76f9f9186
line wrap: on
line diff
--- a/include/ccnframe.h	Thu Jul 21 05:38:27 2011 +0900
+++ b/include/ccnframe.h	Mon Jul 25 05:20:55 2011 +0900
@@ -1,9 +1,9 @@
 // Filename   : ccnframe.h
-// Last Change: 18-Jul-2011.
+// Last Change: 22-Jul-2011.
 //
 
-#ifndef __ccnframe__
-#define __ccnframe__
+#ifndef __CCNFRAME__
+#define __CCNFRAME__
 #include "wx/wxprec.h"
 
 #ifndef WX_PRECOMP
@@ -13,6 +13,10 @@
     #include <wx/button.h>
     #include <wx/datectrl.h>
     #include <wx/gbsizer.h>
+    #include "wx/dir.h"
+    #include "wx/regex.h"
+    #include "wx/progdlg.h"
+    #include "wx/stdpaths.h"
 #endif
 
 ///////////////////////////////////////////////////////////////////////////
@@ -44,7 +48,14 @@
 		~FrameCcn();
 
         void InitListCtrl(void);
+
+        void OnSelectYmd(wxListEvent&);
+        void OnSelectCcn(wxListEvent&);
+        void OnPrevThu(wxCommandEvent&);
+        void OnNextThu(wxCommandEvent&);
+        void OnMkIndex(wxCommandEvent&);
+        void OnClose(wxCommandEvent&);
 };
 
-#endif //__ccnframe__
+#endif //__CCNFRAME__