A simple wxHtmlWindow that forwards link clicks to system browser. More...
#include <slhtmlwindow.h>
Public Member Functions | |
| slHtmlWindow (wxWindow *parent, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxHW_DEFAULT_STYLE, const wxString &name=_T("htmlWindow")) | |
| virtual | ~slHtmlWindow () |
| void | OnLinkClicked (wxHtmlLinkEvent &evt) |
A simple wxHtmlWindow that forwards link clicks to system browser.
Definition at line 7 of file slhtmlwindow.h.
| slHtmlWindow::slHtmlWindow | ( | wxWindow * | parent, | |
| wxWindowID | id = -1, |
|||
| const wxPoint & | pos = wxDefaultPosition, |
|||
| const wxSize & | size = wxDefaultSize, |
|||
| long | style = wxHW_DEFAULT_STYLE, |
|||
| const wxString & | name = _T("htmlWindow") | |||
| ) |
Definition at line 9 of file slhtmlwindow.cpp.
| slHtmlWindow::~slHtmlWindow | ( | ) | [virtual] |
Definition at line 17 of file slhtmlwindow.cpp.
| void slHtmlWindow::OnLinkClicked | ( | wxHtmlLinkEvent & | evt | ) |
Definition at line 22 of file slhtmlwindow.cpp.
1.6.3