1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-10 14:46:24 +01:00

ProcessUIHandleResult is a member function of TrackPanel

This commit is contained in:
Paul Licameli
2018-06-24 21:51:03 -04:00
parent aeece118e8
commit 79067e43f0
2 changed files with 82 additions and 81 deletions

View File

@@ -550,7 +550,10 @@ protected:
DECLARE_EVENT_TABLE()
// friending GetInfoCommand allow automation to get sizes of the
void ProcessUIHandleResult
(Track *pClickedTrack, Track *pLatestTrack, unsigned refreshResult);
// friending GetInfoCommand allow automation to get sizes of the
// tracks, track control panel and such.
friend class GetInfoCommand;
};