1
0
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:
David Bailes
2015-05-29 13:45:15 +01:00
parent 981bdbb949
commit 5c67bc38b3
6 changed files with 78 additions and 14 deletions

View File

@@ -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();