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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user