Mercurial > mercurial > hgweb_searcher03.cgi
diff include/myframe.h @ 15:de222bc84e48
Implement Mouse Gesture in Preview Dialog.
author | pyon@macmini |
---|---|
date | Sun, 15 Jun 2014 16:45:52 +0900 |
parents | bbd65edf71d4 |
children | 1ba97995f642 |
line wrap: on
line diff
--- a/include/myframe.h Thu Jun 05 04:19:03 2014 +0900 +++ b/include/myframe.h Sun Jun 15 16:45:52 2014 +0900 @@ -1,5 +1,5 @@ // Filename : myframe.h -// Last Change: 20-May-2014. +// Last Change: 05-Jun-2014. // #ifndef __MYFRAME_H__ #define __MYFRAME_H__ @@ -85,6 +85,7 @@ ThumbnailPanel* m_thumbPanel; wxStaticText* m_staticText; // コマンド? MySearchBox* m_searchBox; + wxButton* m_buttonPaste; wxButton* m_buttonKana; wxButton* m_buttonHist; wxStatusBar* m_statusBar; @@ -106,6 +107,7 @@ void OnDClickItem( wxListEvent& event ); void OnSelectItem( wxListEvent& event ); void OpenHhsDir( int n ); + void OnPaste( wxCommandEvent& WXUNUSED(event) ); void OnKana( wxCommandEvent& WXUNUSED(event) ); void OnHistory( wxCommandEvent& WXUNUSED(event) ); void OnCommand( wxCommandEvent& WXUNUSED(event) ); @@ -138,6 +140,7 @@ ID_THUMB, ID_SEARCH, + ID_PASTE, ID_KANA, ID_HIST, };