Mercurial > mercurial > hgweb_rsearcher.cgi
diff include/rsearcher.h @ 16:b651aa41b9d4 default tip
hhsinfo method (server)
author | pyon@macmini |
---|---|
date | Mon, 15 Jul 2019 07:03:05 +0900 |
parents | c262e17de9b1 |
children |
line wrap: on
line diff
--- a/include/rsearcher.h Sat Jun 08 15:50:59 2019 +0900 +++ b/include/rsearcher.h Mon Jul 15 07:03:05 2019 +0900 @@ -1,9 +1,8 @@ // Filename : rsearcher.h -// Last Change: 2019-05-28 ‰Î 09:29:59. +// Last Change: 2019-07-08 ŒŽ 15:42:44. // -#ifndef __RSEARCH_H__ -#define __RSEARCH_H__ +#pragma once #include <wx/artprov.h> #include <wx/xrc/xmlres.h> @@ -165,6 +164,8 @@ wxButton* m_buttonSatellite; wxButton* m_buttonUpdateIndex; wxButton* m_buttonDLMan; + wxButton* m_buttonBPrint; + wxButton* m_buttonIndex; wxButton* m_buttonHelp; wxButton* m_buttonClose; wxButton* m_buttonLogout; @@ -217,9 +218,9 @@ void OnSatellite( wxCommandEvent& event ); void OnUpdateIndex( wxCommandEvent& event ); void OnDownloadManual( wxCommandEvent& event ); + void OnBatchPrint( wxCommandEvent& event ); + void OnIndex( wxCommandEvent& event ); void OnHelp( wxCommandEvent& event ); void OnLogout( wxCommandEvent& event ); }; -#endif // __RSEARCH_H__ -