Mercurial > mercurial > hgweb_mover2.cgi
comparison 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 |
comparison
equal
deleted
inserted
replaced
20:d10eafafe31f | 21:c540dc3eabe5 |
---|---|
1 // Filename : myframe.h | 1 // Filename : myframe.h |
2 // Last Change: 23-Oct-2011. | 2 // Last Change: 26-Oct-2011. |
3 // | 3 // |
4 | 4 |
5 #ifndef __myframe__ | 5 #ifndef __myframe__ |
6 #define __myframe__ | 6 #define __myframe__ |
7 | 7 |
43 wxStaticText* m_staticTextGuess; | 43 wxStaticText* m_staticTextGuess; |
44 wxTextCtrl* m_textCtrlGuess; | 44 wxTextCtrl* m_textCtrlGuess; |
45 | 45 |
46 wxListCtrl* m_listCtrlView; | 46 wxListCtrl* m_listCtrlView; |
47 | 47 |
48 wxListCtrl* m_listCtrlDir; | |
48 wxButton* m_buttonDetect; | 49 wxButton* m_buttonDetect; |
49 wxButton* m_buttonMove; | 50 wxButton* m_buttonMove; |
50 wxButton* m_buttonDel; | 51 wxButton* m_buttonDel; |
51 wxButton* m_buttonUndo; | 52 wxButton* m_buttonUndo; |
52 | 53 |
64 void OnMoveAndDetect(wxCommandEvent& event); | 65 void OnMoveAndDetect(wxCommandEvent& event); |
65 void OnDelete(wxCommandEvent& event); | 66 void OnDelete(wxCommandEvent& event); |
66 void OnUndo(wxCommandEvent& event); | 67 void OnUndo(wxCommandEvent& event); |
67 void UpdateListImage(void); | 68 void UpdateListImage(void); |
68 void UpdateCache(void); | 69 void UpdateCache(void); |
70 void OnOpenHhsDir(wxListEvent& event); | |
69 // $B0J2<!$Dj7?$b$N(B | 71 // $B0J2<!$Dj7?$b$N(B |
70 void OnTimer(wxTimerEvent& event); | 72 void OnTimer(wxTimerEvent& event); |
71 void OnIdle(wxIdleEvent& event); | 73 void OnIdle(wxIdleEvent& event); |
72 void OnWinSize(wxSizeEvent& event); | 74 void OnWinSize(wxSizeEvent& event); |
73 void OnWinMove(wxMoveEvent& event); | 75 void OnWinMove(wxMoveEvent& event); |