1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 16:48:44 +02:00
audacity/src/Screenshot.h
2020-01-04 13:55:34 -05:00

32 lines
724 B
C++

/**********************************************************************
Audacity: A Digital Audio Editor
Screenshot.h
Dominic Mazzoni
*******************************************************************//**
\file Screenshot.h
Opens a modeless dialog that aids in rearranging the project window
to a canonical size and state and then capturing full and partial
screenshots to disk.
*//*******************************************************************/
#ifndef __AUDACITY_SCREENSHOT__
#define __AUDACITY_SCREENSHOT__
#include "Audacity.h"
#include <wx/defs.h>
class AudacityProject;
void OpenScreenshotTools( AudacityProject &project );
void CloseScreenshotTools();
#endif // __AUDACITY_SCREENSHOT__