Browse CVS Repository
Diff of /malonnote/mnHtmlWindow.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1 |
|
#include <wx/wx.h> |
| 2 |
#include "mnHtmlWindow.h" |
#include "mnHtmlWindow.h" |
| 3 |
|
|
| 4 |
DEFINE_EVENT_TYPE(mnEVT_LINK_CLICK) |
DEFINE_EVENT_TYPE(mnEVT_LINK_CLICK) |
| 12 |
event.SetString(link.GetHref()); |
event.SetString(link.GetHref()); |
| 13 |
GetEventHandler()->ProcessEvent(event); |
GetEventHandler()->ProcessEvent(event); |
| 14 |
} |
} |
| 15 |
|
|
| 16 |
|
bool mnHtmlWindow::SetPage(const wxString& source) |
| 17 |
|
{ |
| 18 |
|
SetPageSource((wxString&)source); |
| 19 |
|
} |
|
|
Legend:
| Removed from v.1.2 |
|
| changed lines |
| |
Added in v.1.3 |
|
|
|