mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 22:12:58 +02:00
Add scriptables to screenshot, remove menus.
- Also made automation and the extra screenshot buttons non-experimental.
This commit is contained in:
@@ -75,8 +75,9 @@ private:
|
||||
|
||||
bool CaptureToolbar(const CommandContext & Context, ToolManager *man, int type, const wxString &name);
|
||||
bool CaptureDock(const CommandContext & Context, wxWindow *win, const wxString &fileName);
|
||||
void CaptureMenus(const CommandContext & Context, wxMenuBar*pBar, const wxString &fileName);
|
||||
void CaptureCommands(const CommandContext & Context, wxArrayString &Commands );
|
||||
void CaptureEffects(const CommandContext & Context, AudacityProject * pProject, const wxString &fileName );
|
||||
void CaptureScriptables(const CommandContext & Context, AudacityProject * pProject, const wxString &fileName );
|
||||
void CapturePreferences(const CommandContext & Context, AudacityProject * pProject, const wxString &fileName );
|
||||
bool Capture(
|
||||
const CommandContext & Context,
|
||||
|
Reference in New Issue
Block a user