Mercurial > mercurial > hgweb_lesearcher.cgi
diff include/index.h @ 0:615a15029602 default tip
first commit.
author | pyon@macmini |
---|---|
date | Sun, 10 Nov 2019 08:39:41 +0900 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/include/index.h Sun Nov 10 08:39:41 2019 +0900 @@ -0,0 +1,21 @@ +/* Filename : index.h + Last Change: 2019-11-08 金 14:16:06. + by Takayuki Mutoh +*/ +#pragma once + +#include <wx/frame.h> +#include <wx/dataview.h> +#include <wx/button.h> +class IndexFrame : public wxFrame +{ + private: + + protected: + + public: + IndexFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("インデックス"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL ); + ~IndexFrame(); +}; + +