1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 22:12:58 +02:00

Add code to capture menus

So far, this only walks the menus, printing out their contents to debug.
This commit is contained in:
James Crook
2017-03-20 17:06:29 +00:00
parent 879579475d
commit c6b4e2fffe
3 changed files with 68 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ private:
bool bg = false);
void CaptureToolbar(ToolManager *man, int type, const wxString &name);
void CaptureDock(wxWindow *win, const wxString &fileName);
void CaptureMenus(wxMenuBar*pBar, const wxString &fileName);
public:
wxTopLevelWindow *GetFrontWindow(AudacityProject *project);