diff include/myframe.h @ 30:e4d585cbd172 v2.3 v2.4

add auto make ccndir
author pyon@macmini
date Sun, 06 Nov 2011 14:08:42 +0900
parents 24283d3a9592
children 405e08552527
line wrap: on
line diff
--- a/include/myframe.h	Sat Nov 05 12:25:39 2011 +0900
+++ b/include/myframe.h	Sun Nov 06 14:08:42 2011 +0900
@@ -1,5 +1,5 @@
 // Filename   : myframe.h
-// Last Change: 05-Nov-2011.
+// Last Change: 06-Nov-2011.
 //
 
 #ifndef __myframe__
@@ -72,10 +72,9 @@
         void ListHhsDir(void);
         void MoveImages(void);
         void OnOpenHhsDir(wxListEvent& event);
+        void GetCCnArrayInfo(wxArrayString& array, int n, wxString& nName, wxString& nDir);
         // $B0J2<!$Dj7?$b$N(B
         void OnTimer(wxTimerEvent& event);
-        void OnChar(wxKeyEvent& event);
-        void F7_Shortcut(void);
         void OnIdle(wxIdleEvent& event);
         void OnWinSize(wxSizeEvent& event);
         void OnWinMove(wxMoveEvent& event);