37 HTML_WINDOW( wxWindow* aParent, wxWindowID aId = wxID_ANY,
38 const wxPoint& aPos = wxDefaultPosition,
const wxSize& aSize = wxDefaultSize,
39 long aStyle = wxHW_DEFAULT_STYLE,
const wxString& aName = wxT(
"htmlWindow" ) );
43 bool SetPage(
const wxString& aSource )
override;
63 void onThemeChanged( wxSysColourChangedEvent& aEvent );
64 void onRightClick( wxMouseEvent& event );
65 void onMenuEvent( wxMenuEvent& event );
66 void onCharHook( wxKeyEvent& aEvent );
67 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"))