29#include <wx/html/htmlwin.h>
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;
44 bool AppendToPage(
const wxString& aSource );
52 void onThemeChanged( wxSysColourChangedEvent& aEvent );
53 void onRightClick( wxMouseEvent& event );
54 void onMenuEvent( wxMenuEvent& event );
Add dark theme support to wxHtmlWindow.