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;
 
 
bool SetPage(const wxString &aSource) override
 
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"))
 
void onRightClick(wxMouseEvent &event)
 
void onMenuEvent(wxMenuEvent &event)
 
void onThemeChanged(wxSysColourChangedEvent &aEvent)
 
bool ScrollToAnchor(const wxString &aAnchor)
 
bool AppendToPage(const wxString &aSource)