mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-28 08:13:54 +01:00
Add GetInfo Preferences.
This commit is contained in:
@@ -29,10 +29,10 @@ class DevicePrefs final : public PrefsPanel
|
||||
virtual ~DevicePrefs();
|
||||
bool Commit() override;
|
||||
wxString HelpPageName() override;
|
||||
void PopulateOrExchange(ShuttleGui & S) override;
|
||||
|
||||
private:
|
||||
void Populate();
|
||||
void PopulateOrExchange(ShuttleGui & S);
|
||||
void GetNamesAndLabels();
|
||||
|
||||
void OnHost(wxCommandEvent & e);
|
||||
|
||||
Reference in New Issue
Block a user