mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
AudacityApp emits an event when the global clipboard changes
This commit is contained in:
@@ -241,6 +241,8 @@ It handles initialization and termination by subclassing wxApp.
|
||||
/// Custom events
|
||||
////////////////////////////////////////////////////////////
|
||||
|
||||
wxDEFINE_EVENT( EVT_CLIPBOARD_CHANGE, wxCommandEvent);
|
||||
|
||||
DEFINE_EVENT_TYPE(EVT_OPEN_AUDIO_FILE);
|
||||
wxDEFINE_EVENT(EVT_LANGUAGE_CHANGE, wxCommandEvent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user