#include "diawxgtk.h" PUBLIC wxHTML::wxHTML( wxFORMBASE *_parent, int width, int height) : wxHtmlWindow (_parent,-1,wxDefaultPosition,wxSize(width,height)) { } PUBLIC wxHtmlOpeningStatus wxHTML::OnOpeningURL( wxHtmlURLType type, const wxString& url, wxString *redirect) { fprintf (stderr,"OnOpening %s %d\n",url.c_str(),type); return wxHTML_OPEN; }