#include "wx/html/htmlcell.h"
#include "wx/filesys.h"
#include "wx/html/htmlfilt.h"
+#include "wx/filename.h"
class wxHtmlProcessor;
class wxHtmlWinModule;
// Return value : same as SetPage
virtual bool LoadPage(const wxString& location);
+ // Loads HTML page from file
+ bool LoadFile(const wxFileName& filename);
+
// Returns full location of opened page
wxString GetOpenedPage() const {return m_OpenedPage;}
// Returns anchor within opened page