33 HTML_WINDOW( wxWindow* aParent, wxWindowID aId = wxID_ANY,
34 const wxPoint& aPos = wxDefaultPosition,
const wxSize& aSize = wxDefaultSize,
35 long aStyle = wxHW_DEFAULT_STYLE,
const wxString& aName = wxT(
"htmlWindow" ) );
39 bool SetPage(
const wxString& aSource )
override;
59 void onThemeChanged( wxSysColourChangedEvent& aEvent );
60 void onRightClick( wxMouseEvent& event );
61 void onMenuEvent( wxMenuEvent& event );
62 void onCharHook( wxKeyEvent& aEvent );
63 void doCopySelection();
HTML_WINDOW(wxWindow *aParent, wxWindowID aId=wxID_ANY, const wxPoint &aPos=wxDefaultPosition, const wxSize &aSize=wxDefaultSize, long aStyle=wxHW_DEFAULT_STYLE, const wxString &aName=wxT("htmlWindow"))