12#ifndef __AUDACITY_ERRORDIALOG__
13#define __AUDACITY_ERRORDIALOG__
23class wxCollapsiblePaneEvent;
33 const std::wstring & log,
34 const bool Close =
true,
const bool modal =
true);
43 void OnPane( wxCollapsiblePaneEvent &event );
44 void OnOk( wxCommandEvent &event );
45 void OnHelp( wxCommandEvent &event );
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Gives an Error message with an option for help.
ErrorDialog(wxWindow *parent, const TranslatableString &dlogTitle, const TranslatableString &message, const ManualPageID &helpPage, const std::wstring &log, const bool Close=true, const bool modal=true)
void OnHelp(wxCommandEvent &event)
void OnPane(wxCollapsiblePaneEvent &event)
void OnOk(wxCommandEvent &event)
Holds a msgid for the translation catalog; may also bind format arguments.