1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Remove two call-through functions to TrackPanel from AudacityProject

This commit is contained in:
Paul Licameli
2019-04-21 15:41:53 -04:00
parent 7e53282164
commit 8f55d55869
5 changed files with 21 additions and 31 deletions

View File

@@ -284,6 +284,8 @@ class AUDACITY_DLL_API TrackPanel final
int GetLeftOffset() const { return GetLabelWidth() + 1;}
wxSize GetTracksUsableArea() const;
// Width and height, relative to upper left corner at (GetLeftOffset(), 0)
// Either argument may be NULL
void GetTracksUsableArea(int *width, int *height) const;