mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-02 14:17:07 +01:00
Table-driven construction of Prefs dialog. A factory for each kind of panel...
... and maybe a future plug-in protocol to break compilation dependency on all of the PrefsPanel subclasses.
This commit is contained in:
@@ -205,3 +205,8 @@ bool ThemePrefs::Apply()
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
PrefsPanel *ThemePrefsFactory::Create(wxWindow *parent)
|
||||
{
|
||||
return new ThemePrefs(parent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user