10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
22#include <wx/statbox.h>
24#include <wx/html/htmlwin.h>
58 DIALOG_PCM_PROGRESS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Applying Package Changes"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( 600,500 ),
long style = wxCAPTION );
Class DIALOG_PCM_PROGRESS_BASE.
virtual void OnCancelClicked(wxCommandEvent &event)
~DIALOG_PCM_PROGRESS_BASE()
wxPanel * m_panelDownload
wxButton * m_buttonCancel
virtual void OnCloseClicked(wxCommandEvent &event)
wxGauge * m_downloadGauge
wxStaticText * m_downloadText
WX_HTML_REPORT_BOX * m_reporter
A slimmed down version of WX_HTML_REPORT_PANEL.