diff include/myframe.h @ 21:c540dc3eabe5 v2.2dev

add listctrl-dir
author pyon@macmini
date Wed, 26 Oct 2011 20:40:53 +0900
parents 6ed3b64ed39a
children a2dd16b70c08
line wrap: on
line diff
--- a/include/myframe.h	Tue Oct 25 20:02:55 2011 +0900
+++ b/include/myframe.h	Wed Oct 26 20:40:53 2011 +0900
@@ -1,5 +1,5 @@
 // Filename   : myframe.h
-// Last Change: 23-Oct-2011.
+// Last Change: 26-Oct-2011.
 //
 
 #ifndef __myframe__
@@ -45,6 +45,7 @@
 
         wxListCtrl*       m_listCtrlView;
 
+        wxListCtrl*       m_listCtrlDir;
         wxButton*         m_buttonDetect;
         wxButton*         m_buttonMove;
         wxButton*         m_buttonDel;
@@ -66,6 +67,7 @@
         void OnUndo(wxCommandEvent& event);
         void UpdateListImage(void);
         void UpdateCache(void);
+        void OnOpenHhsDir(wxListEvent& event);
         // $B0J2<!$Dj7?$b$N(B
         void OnTimer(wxTimerEvent& event);
         void OnIdle(wxIdleEvent& event);