1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-24 17:41:13 +01:00

AudacityApp emits an event when the global clipboard changes

This commit is contained in:
Paul Licameli
2018-02-16 22:25:00 -05:00
parent cee0d35da2
commit dbcf8ae59b
4 changed files with 12 additions and 0 deletions

View File

@@ -50,6 +50,11 @@ void QuitAudacity();
extern bool gIsQuitting;
// An event emitted by the application whenever the global clipboard's
// contents change.
wxDECLARE_EXPORTED_EVENT( AUDACITY_DLL_API,
EVT_CLIPBOARD_CHANGE, wxCommandEvent);
// Asynchronous open
DECLARE_EXPORTED_EVENT_TYPE(AUDACITY_DLL_API, EVT_OPEN_AUDIO_FILE, -1);