10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/html/htmlwin.h>
21#include <wx/settings.h>
54 DIALOG_SYMBOL_REMAP_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Remap Symbols"),
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...
Class DIALOG_SYMBOL_REMAP_BASE.
DIALOG_SYMBOL_REMAP_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Remap Symbols"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
~DIALOG_SYMBOL_REMAP_BASE()
virtual void OnRemapSymbols(wxCommandEvent &event)
WX_HTML_REPORT_PANEL * m_messagePanel
virtual void OnUpdateUIRemapButton(wxUpdateUIEvent &event)
Add dark theme support to wxHtmlWindow.
A widget for browsing a rich text error/status report.