10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/statbmp.h>
21#include <wx/settings.h>
23#include <wx/stattext.h>
55 DIALOG_UPDATE_NOTICE_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Update Available"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
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_UPDATE_NOTICE_BASE.
wxButton * m_btnDetailsPage
virtual void OnBtnRemindMeClicked(wxCommandEvent &event)
~DIALOG_UPDATE_NOTICE_BASE()
virtual void OnSkipThisVersionClicked(wxCommandEvent &event)
wxButton * m_btnDownloadPage
wxStaticText * m_messageLine1
virtual void OnBtnDownloadsPageClicked(wxCommandEvent &event)
virtual void OnBtnDetailsPageClicked(wxCommandEvent &event)
wxStaticText * m_messageLine2