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

Screen capture preference panels too.

This commit is contained in:
James Crook
2017-06-07 15:58:06 +01:00
parent 7bf7815c75
commit 8f66c3603d
4 changed files with 48 additions and 6 deletions

View File

@@ -49,6 +49,7 @@ private:
void CaptureDock(wxWindow *win, const wxString &fileName);
void CaptureMenus(wxMenuBar*pBar, const wxString &fileName);
void CaptureEffects( AudacityProject * pProject, const wxString &fileName );
void CapturePreferences( AudacityProject * pProject, const wxString &fileName );
void Capture(const wxString &basename,
wxWindow *window,
int x, int y, int width, int height,