Mercurial > mercurial > hgweb_searcher03.cgi
comparison include/myframe.h @ 21:a2ad87cad48b
Enhanced the convenience of Cache dialog.
author | pyon@macmini |
---|---|
date | Wed, 17 Dec 2014 00:52:43 +0900 |
parents | 1ba97995f642 |
children | 92188f60323d |
comparison
equal
deleted
inserted
replaced
20:226774bf49fc | 21:a2ad87cad48b |
---|---|
1 // Filename : myframe.h | 1 // Filename : myframe.h |
2 // Last Change: 19-Jun-2014. | 2 // Last Change: 12-Dec-2014. |
3 // | 3 // |
4 #ifndef __MYFRAME_H__ | 4 #ifndef __MYFRAME_H__ |
5 #define __MYFRAME_H__ | 5 #define __MYFRAME_H__ |
6 | 6 |
7 #include "common.h" | 7 #include "common.h" |
51 void OnDClick3( wxMouseEvent& event ); | 51 void OnDClick3( wxMouseEvent& event ); |
52 void OnDClick4( wxMouseEvent& event ); | 52 void OnDClick4( wxMouseEvent& event ); |
53 void OnDClick5( wxMouseEvent& event ); | 53 void OnDClick5( wxMouseEvent& event ); |
54 void SetCacheImages( wxString dirpath ); | 54 void SetCacheImages( wxString dirpath ); |
55 void DoPreview( int n ); | 55 void DoPreview( int n ); |
56 void Initialize( void ); | |
56 }; | 57 }; |
57 | 58 |
58 /////////////////////////////////////////////////////////////// | 59 /////////////////////////////////////////////////////////////// |
59 // メインフレーム | 60 // メインフレーム |
60 class MyFrame : public wxFrame | 61 class MyFrame : public wxFrame |