Mercurial > mercurial > hgweb_searcher2.cgi
view include/htmlhelp.h @ 8:db7bd315e52c
editing mark-sheet image.
author | pyon@macmini |
---|---|
date | Tue, 21 Jun 2011 21:16:31 +0900 |
parents | c174ac668e9f |
children |
line wrap: on
line source
// Filename : htmlhelp.h // Last Change: 18-Dec-2010. // #ifndef HTMLHELPFRAME #define HTMLHELPFRAME #include "wx/wxprec.h" #ifndef WX_PRECOMP #include "wx/wx.h" #include "wx/html/htmlwin.h" #endif class HtmlHelpFrame : public wxFrame { public: HtmlHelpFrame( const wxString& title, wxWindowID id ); ~HtmlHelpFrame(); wxHtmlWindow *m_htmlWin; }; #endif