10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
16#include <wx/html/htmlwin.h>
20#include <wx/settings.h>
42 virtual void OnOK( wxCommandEvent& event ) {
event.Skip(); }
48 DIALOG_HTML_REPORTER( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Report"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_HTML_REPORTER.
virtual void OnErrorLinkClicked(wxHtmlLinkEvent &event)
wxStdDialogButtonSizer * m_sdbSizer
WX_HTML_REPORT_BOX * m_Reporter
virtual void OnOK(wxCommandEvent &event)
DIALOG_HTML_REPORTER(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Report"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
A slimmed down version of WX_HTML_REPORT_PANEL.