28#include <wx/html/htmlwin.h>
36 HTML_WINDOW( wxWindow* aParent, wxWindowID aId=wxID_ANY,
const wxPoint& aPos=wxDefaultPosition,
37 const wxSize& aSize=wxDefaultSize,
long aStyle=wxHW_DEFAULT_STYLE,
38 const wxString& aName=
"htmlWindow" );
40 bool SetPage(
const wxString& aSource )
override;
Add dark theme support to wxHtmlWindow.
bool SetPage(const wxString &aSource) override
void onThemeChanged(wxSysColourChangedEvent &aEvent)
HTML_WINDOW(wxWindow *aParent, wxWindowID aId=wxID_ANY, const wxPoint &aPos=wxDefaultPosition, const wxSize &aSize=wxDefaultSize, long aStyle=wxHW_DEFAULT_STYLE, const wxString &aName="htmlWindow")
bool AppendToPage(const wxString &aSource)