11#ifndef __AUDACITY_ABOUT_DLG__
12#define __AUDACITY_ABOUT_DLG__
18class wxTextOutputStream;
41 void OnOK(wxCommandEvent & event);
63 void CreateCreditsList();
64 void AddCredit(
const wxString &
name,
Role role );
68 void AddBuildinfoRow( wxTextOutputStream *
str,
const wxChar * libname,
70 void AddBuildinfoRow( wxTextOutputStream *
str,
std::vector< AboutDialogCreditItem > AboutDialogCreditItemsList
The AboutDialog shows the program version and developer credits.
AboutDialogCreditItemsList creditItems
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
Holds a msgid for the translation catalog; may also bind format arguments.
AboutDialogCreditItem is a structure used by the AboutDialog to hold information about one contributo...
AboutDialogCreditItem(TranslatableString str, int r)
TranslatableString description