Develop and Download Open Source Software

Browse CVS Repository

Contents of /malonnote/mnHtmlWindow.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Thu Sep 29 04:15:30 2005 UTC (18 years, 5 months ago) by maloninc
Branch: MAIN
CVS Tags: rel_1_4, dev_1_5-0002, dev_1_5-0001, dev_1_5-0004, dev_1_4-0003, dev_1_4-0002, dev_1_4-0005, dev_1_4-0006
Changes since 1.1: +3 -0 lines
File MIME type: text/x-chdr
use XRC file for mnFrame

1 #ifndef MNHTMLWINDOW_H
2 #define MNHTMLWINDOW_H
3
4 #include <wx/wxhtml.h>
5
6 DECLARE_EVENT_TYPE(mnEVT_LINK_CLICK, -1)
7
8 class mnHtmlWindow : public wxHtmlWindow {
9
10 DECLARE_DYNAMIC_CLASS(mnHtmlWindow)
11 public:
12 mnHtmlWindow() : wxHtmlWindow() {}
13 mnHtmlWindow(wxWindow *parent) : wxHtmlWindow(parent) {}
14 mnHtmlWindow(wxWindow *parent, wxWindowID id) : wxHtmlWindow(parent, id) {}
15 virtual void mnHtmlWindow::OnLinkClicked(const wxHtmlLinkInfo& link);
16 };
17
18
19 #endif

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26