Mercurial > mercurial > hgweb_rsearcher.cgi
diff include/rsearcher.h @ 10:36811fd22bd2
v1.4
author | pyon@macmini |
---|---|
date | Thu, 08 Nov 2018 19:15:43 +0900 |
parents | ae89ce4793d8 |
children | f5ffc34f045a |
line wrap: on
line diff
--- a/include/rsearcher.h Wed Oct 31 20:10:29 2018 +0900 +++ b/include/rsearcher.h Thu Nov 08 19:15:43 2018 +0900 @@ -1,5 +1,5 @@ // Filename : rsearcher.h -// Last Change: 2018-10-31 16:38:57. +// Last Change: 2018-11-08 13:51:59. // #ifndef __RSEARCH_H__ @@ -21,6 +21,7 @@ #include <wx/sizer.h> #include <wx/html/htmlwin.h> #include <wx/frame.h> +#include <wx/splitter.h> #include <wx/statbmp.h> #include <wx/msgdlg.h> #include <wx/filefn.h> @@ -125,6 +126,9 @@ MyStaticBitmap* m_staticBitmap5; MyStaticBitmap* m_staticBitmap6; + wxSplitterWindow* m_splitter; + wxPanel* m_panelLeft; + wxPanel* m_panelRight; wxNotebook* m_notebook; wxScrolledWindow* m_scrolledWindow1; wxScrolledWindow* m_scrolledWindow2; @@ -138,6 +142,11 @@ wxDataViewListCtrl* m_dataViewListCtrl; wxDataViewColumn* m_dataViewListColumnNo; wxDataViewColumn* m_dataViewListColumnDate; + wxDataViewColumn* m_dataViewListColumnReady; + wxDataViewListCtrl* m_dataViewListKana; + wxDataViewColumn* m_dataViewListColumnKNo; + wxDataViewColumn* m_dataViewListColumnName; + wxDataViewColumn* m_dataViewListColumnAddr; wxTextCtrl* m_textCtrlLog; wxButton* m_buttonPsearch; wxButton* m_buttonPrint; @@ -177,8 +186,11 @@ void Close( void ); void InDevelop( bool ); + void OnSplitWin( wxSplitterEvent & event ); void OnItemSelected( wxDataViewEvent& event ); void OnItemDClicked( wxDataViewEvent& event ); + void OnKanaItemSelected( wxDataViewEvent& event ); + void OnKanaItemDClicked( wxDataViewEvent& event ); void OnNBookChanged( wxBookCtrlEvent& event ); void OnPasteSearch( wxCommandEvent& event ); void OnPrint( wxCommandEvent& event );