Mercurial > mercurial > hgweb_searcher03.cgi
diff include/bprint.h @ 6:76db82822e73
Implement kana fuzzy search.
Implement batch print log.
author | pyon@macmini |
---|---|
date | Wed, 18 Sep 2013 18:20:40 +0900 |
parents | bc2e2b304095 |
children | 52958cd4a073 |
line wrap: on
line diff
--- a/include/bprint.h Sat Sep 14 08:54:47 2013 +0900 +++ b/include/bprint.h Wed Sep 18 18:20:40 2013 +0900 @@ -1,5 +1,5 @@ // Filename : bprint.h -// Last Change: 13-Sep-2013. +// Last Change: 18-Sep-2013. // #ifndef __BPRINT_H__ #define __BPRINT_H__ @@ -30,6 +30,7 @@ ~FrameBatchPrint(); void SetGridReadOnly( void ); + void WriteLog( wxArrayString logline ); void OnInput( wxGridEvent& event ); void OnClear( wxCommandEvent& WXUNUSED(event) ); void OnPrint( wxCommandEvent& WXUNUSED(event) );