mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 06:03:49 +01:00
Add a field to the status bar to show the state of Audacity, eg play/record/play pause. This is useful so that screen readers can easily read audacitys state.
This commit is contained in:
@@ -397,6 +397,8 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
|
||||
LyricsWindow* GetLyricsWindow() { return mLyricsWindow; }
|
||||
MixerBoard* GetMixerBoard() { return mMixerBoard; }
|
||||
|
||||
wxStatusBar* GetStatusBar() { return mStatusBar; }
|
||||
|
||||
// SelectionBarListener callback methods
|
||||
|
||||
virtual double AS_GetRate();
|
||||
|
||||
Reference in New Issue
Block a user