Mercurial > mercurial > hgweb_searcher03.cgi
diff include/hist.h @ 1:7b6dab24f4b8
Gui parts complete.
author | pyon@macmini |
---|---|
date | Sun, 04 Aug 2013 21:42:49 +0900 |
parents | 0c0701a935f8 |
children | c066fde99517 |
line wrap: on
line diff
--- a/include/hist.h Sun Jul 21 16:07:19 2013 +0900 +++ b/include/hist.h Sun Aug 04 21:42:49 2013 +0900 @@ -1,5 +1,5 @@ // Filename : hist.h -// Last Change: 21-Jul-2013. +// Last Change: 02-Aug-2013. // #ifndef __HIST_H__ #define __HIST_H__ @@ -21,12 +21,15 @@ HistDialog( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ); ~HistDialog(); - void SetupHistoryList( void ); + void OnSelectItem( wxListEvent& WXUNUSED(event) ); + void OnSet( wxCommandEvent& WXUNUSED(event) ); + void ReadHistoryList( void ); }; enum { ID_LISTHIST = wxID_HIGHEST + 30, + ID_SETHIST, };