Mercurial > mercurial > hgweb_mover2.cgi
comparison include/dirview.h @ 40:ce5b61376fd0 v2.7 tip
complete dirview.
| author | pyon@macmini |
|---|---|
| date | Fri, 25 Nov 2011 22:08:47 +0900 |
| parents | 044cc2f5af81 |
| children |
comparison
equal
deleted
inserted
replaced
| 39:e0ebc6a4c4dc | 40:ce5b61376fd0 |
|---|---|
| 1 // Filename : dirview.h | 1 // Filename : dirview.h |
| 2 // Last Change: 24-Nov-2011. | 2 // Last Change: 25-Nov-2011. |
| 3 // | 3 // |
| 4 | 4 |
| 5 #ifndef __dirview__ | 5 #ifndef __dirview__ |
| 6 #define __dirview__ | 6 #define __dirview__ |
| 7 | 7 |
| 9 | 9 |
| 10 class DirViewFrame : public wxFrame | 10 class DirViewFrame : public wxFrame |
| 11 { | 11 { |
| 12 DECLARE_EVENT_TABLE() | 12 DECLARE_EVENT_TABLE() |
| 13 private: | 13 private: |
| 14 wxWindow* m_parent; | |
| 14 | 15 |
| 15 protected: | 16 protected: |
| 16 wxListCtrl* m_listCtrl; | 17 wxListCtrl* m_listCtrl; |
| 17 wxButton* m_buttonExplorer; | 18 wxButton* m_buttonExplorer; |
| 18 wxButton* m_buttonClose; | 19 wxButton* m_buttonClose; |
