Mercurial > mercurial > hgweb_searcher03.cgi
comparison include/hist.h @ 1:7b6dab24f4b8
Gui parts complete.
| author | pyon@macmini |
|---|---|
| date | Sun, 04 Aug 2013 21:42:49 +0900 |
| parents | 0c0701a935f8 |
| children | c066fde99517 |
comparison
equal
deleted
inserted
replaced
| 0:0c0701a935f8 | 1:7b6dab24f4b8 |
|---|---|
| 1 // Filename : hist.h | 1 // Filename : hist.h |
| 2 // Last Change: 21-Jul-2013. | 2 // Last Change: 02-Aug-2013. |
| 3 // | 3 // |
| 4 #ifndef __HIST_H__ | 4 #ifndef __HIST_H__ |
| 5 #define __HIST_H__ | 5 #define __HIST_H__ |
| 6 | 6 |
| 7 #include "common.h" | 7 #include "common.h" |
| 19 public: | 19 public: |
| 20 | 20 |
| 21 HistDialog( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ); | 21 HistDialog( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ); |
| 22 ~HistDialog(); | 22 ~HistDialog(); |
| 23 | 23 |
| 24 void SetupHistoryList( void ); | 24 void OnSelectItem( wxListEvent& WXUNUSED(event) ); |
| 25 void OnSet( wxCommandEvent& WXUNUSED(event) ); | |
| 26 void ReadHistoryList( void ); | |
| 25 }; | 27 }; |
| 26 | 28 |
| 27 enum | 29 enum |
| 28 { | 30 { |
| 29 ID_LISTHIST = wxID_HIGHEST + 30, | 31 ID_LISTHIST = wxID_HIGHEST + 30, |
| 32 ID_SETHIST, | |
| 30 }; | 33 }; |
| 31 | 34 |
| 32 | 35 |
| 33 #endif //__HIST_H__ | 36 #endif //__HIST_H__ |
| 34 | 37 |
