10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/html/htmlwin.h>
19#include <wx/settings.h>
21#include <wx/stattext.h>
22#include <wx/dataview.h>
67 DIALOG_RESCUE_EACH_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Project Rescue Helper"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_RESCUE_EACH_BASE.
wxBoxSizer * m_SizerNewPanel
wxStaticText * m_previewOldLabel
HTML_WINDOW * m_htmlPrompt
wxBoxSizer * m_SizerOldPanel
wxButton * m_stdButtonsCancel
virtual void OnDialogResize(wxSizeEvent &event)
wxStaticText * m_titleSymbols
virtual void OnConflictSelect(wxDataViewEvent &event)
wxButton * m_stdButtonsOK
virtual void OnCancelClick(wxCommandEvent &event)
wxPanel * m_previewNewPanel
wxDataViewListCtrl * m_ListOfConflicts
wxStaticText * m_previewNewLabel
wxPanel * m_previewOldPanel
wxButton * m_btnNeverShowAgain
wxDataViewListCtrl * m_ListOfInstances
wxStdDialogButtonSizer * m_stdButtons
~DIALOG_RESCUE_EACH_BASE()
wxStaticText * m_titleInstances
virtual void OnNeverShowClick(wxCommandEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Add dark theme support to wxHtmlWindow.