1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 09:01:12 +01:00

Help for debugging of some event handling

This commit is contained in:
Paul Licameli
2016-05-11 13:23:33 -04:00
parent 2cd3a5d751
commit 9bfd66b06c
4 changed files with 22 additions and 9 deletions

View File

@@ -312,6 +312,7 @@ class AUDACITY_DLL_API AudacityProject final : public wxFrame,
void OnUpdateUI(wxUpdateUIEvent & event);
void OnActivate(wxActivateEvent & event);
void UpdateLastFocus();
void OnMouseEvent(wxMouseEvent & event);
void OnIconize(wxIconizeEvent &event);
void OnSize(wxSizeEvent & event);