1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-02 14:50:17 +01:00

Distinct button bars for graphical and textual modes

This bit the textual mode plain old text based buttons
and retains the bitmap buttons for graphical mode.

It also allowed me to remove the manual accelerator table 
building (no access keys in GUI mode) which was a good 
thing as I really didn't know if the was gonna work for
non-English keyboards anyway.
This commit is contained in:
lllucius
2014-12-16 21:41:58 +00:00
parent cd94cceb8a
commit 7b6cbeec22
9 changed files with 181 additions and 114 deletions

View File

@@ -158,6 +158,7 @@ public:
virtual void SetUIHost(EffectUIHostInterface *host) = 0;
virtual bool PopulateUI(wxWindow *parent) = 0;
virtual bool IsGraphicalUI() = 0;
virtual bool ValidateUI() = 0;
virtual bool HideUI() = 0;
virtual bool CloseUI() = 0;