Browse CVS Repository
Diff of /malonnote/mnHtmlWindow.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 7 |
|
|
| 8 |
class mnHtmlWindow : public wxHtmlWindow { |
class mnHtmlWindow : public wxHtmlWindow { |
| 9 |
|
|
| 10 |
|
DECLARE_DYNAMIC_CLASS(mnHtmlWindow) |
| 11 |
public: |
public: |
| 12 |
|
mnHtmlWindow() : wxHtmlWindow() {} |
| 13 |
mnHtmlWindow(wxWindow *parent) : wxHtmlWindow(parent) {} |
mnHtmlWindow(wxWindow *parent) : wxHtmlWindow(parent) {} |
| 14 |
mnHtmlWindow(wxWindow *parent, wxWindowID id) : wxHtmlWindow(parent, id) {} |
mnHtmlWindow(wxWindow *parent, wxWindowID id) : wxHtmlWindow(parent, id) {} |
| 15 |
virtual void mnHtmlWindow::OnLinkClicked(const wxHtmlLinkInfo& link); |
virtual void mnHtmlWindow::OnLinkClicked(const wxHtmlLinkInfo& link); |
| 16 |
}; |
}; |
| 17 |
|
|
| 18 |
|
|
| 19 |
#endif |
#endif |
|
|
Legend:
| Removed from v.1.1 |
|
| changed lines |
| |
Added in v.1.2 |
|
|
|