diff --git a/interface/wx/aui/framemanager.h b/interface/wx/aui/framemanager.h index c37430727a..1b30ed0b0a 100644 --- a/interface/wx/aui/framemanager.h +++ b/interface/wx/aui/framemanager.h @@ -1023,3 +1023,12 @@ public: void Veto(bool veto = true); }; + + +wxEventType wxEVT_AUI_PANE_BUTTON; +wxEventType wxEVT_AUI_PANE_CLOSE; +wxEventType wxEVT_AUI_PANE_MAXIMIZE; +wxEventType wxEVT_AUI_PANE_RESTORE; +wxEventType wxEVT_AUI_PANE_ACTIVATED; +wxEventType wxEVT_AUI_RENDER; +wxEventType wxEVT_AUI_FIND_MANAGER;