comparison 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
comparison
equal deleted inserted replaced
29:24283d3a9592 30:e4d585cbd172
1 // Filename : myframe.h 1 // Filename : myframe.h
2 // Last Change: 05-Nov-2011. 2 // Last Change: 06-Nov-2011.
3 // 3 //
4 4
5 #ifndef __myframe__ 5 #ifndef __myframe__
6 #define __myframe__ 6 #define __myframe__
7 7
70 void UpdateListImage(void); 70 void UpdateListImage(void);
71 void UpdateCache(void); 71 void UpdateCache(void);
72 void ListHhsDir(void); 72 void ListHhsDir(void);
73 void MoveImages(void); 73 void MoveImages(void);
74 void OnOpenHhsDir(wxListEvent& event); 74 void OnOpenHhsDir(wxListEvent& event);
75 void GetCCnArrayInfo(wxArrayString& array, int n, wxString& nName, wxString& nDir);
75 // $B0J2<!$Dj7?$b$N(B 76 // $B0J2<!$Dj7?$b$N(B
76 void OnTimer(wxTimerEvent& event); 77 void OnTimer(wxTimerEvent& event);
77 void OnChar(wxKeyEvent& event);
78 void F7_Shortcut(void);
79 void OnIdle(wxIdleEvent& event); 78 void OnIdle(wxIdleEvent& event);
80 void OnWinSize(wxSizeEvent& event); 79 void OnWinSize(wxSizeEvent& event);
81 void OnWinMove(wxMoveEvent& event); 80 void OnWinMove(wxMoveEvent& event);
82 void TellLocation( void ); 81 void TellLocation( void );
83 void OnOpenAppDir(wxCommandEvent& event); 82 void OnOpenAppDir(wxCommandEvent& event);