Mercurial > mercurial > hgweb_rsearcher.cgi
diff include/rsearcher.h @ 14:c1dc1fcee7fe
print zoom.
author | pyon@macmini |
---|---|
date | Sun, 09 Dec 2018 14:38:15 +0900 |
parents | f5ffc34f045a |
children | c262e17de9b1 |
line wrap: on
line diff
--- a/include/rsearcher.h Wed Nov 14 19:43:40 2018 +0900 +++ b/include/rsearcher.h Sun Dec 09 14:38:15 2018 +0900 @@ -1,5 +1,5 @@ // Filename : rsearcher.h -// Last Change: 2018-11-14 11:34:55. +// Last Change: 2018-12-04 12:51:07. // #ifndef __RSEARCH_H__ @@ -14,9 +14,11 @@ #include <wx/colour.h> #include <wx/settings.h> #include <wx/textctrl.h> +#include <wx/checklst.h> #include <wx/button.h> #include <wx/notebook.h> #include <wx/dataview.h> +#include <wx/spinctrl.h> #include <wx/slider.h> #include <wx/sizer.h> #include <wx/html/htmlwin.h> @@ -148,9 +150,11 @@ wxDataViewColumn* m_dataViewListColumnKNo; wxDataViewColumn* m_dataViewListColumnName; wxDataViewColumn* m_dataViewListColumnAddr; + wxCheckListBox* m_checkListBox; wxTextCtrl* m_textCtrlLog; wxButton* m_buttonPsearch; wxButton* m_buttonPrint; + wxSpinCtrl* m_spinCtrl; // invisible button for shortcut-key wxSlider* m_slider; @@ -189,6 +193,7 @@ void PrintImages( void ); void WriteLog( wxString msg ); void Close( void ); + void SetControlsValue( void ); void InDevelop( bool ); void OnSplitWin( wxSplitterEvent & event );