1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 06:03:49 +01:00

Move minimize and close details out of TrackPanel.cpp

This commit is contained in:
Paul Licameli
2015-08-28 16:21:00 -04:00
parent 45e91f165a
commit f49dbae9e2
5 changed files with 60 additions and 80 deletions

View File

@@ -342,6 +342,7 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
void SetTrackGain(Track * track, LWSlider * slider);
void SetTrackPan(Track * track, LWSlider * slider);
void RemoveTrack(Track * toRemove);
// "exclusive" mute means mute the chosen track and unmute all others.
void HandleTrackMute(Track *t, const bool exclusive);