Add AUI event types

This commit is contained in:
Robin Dunn
2016-10-25 19:10:37 -07:00
parent 80e2614bac
commit e9c8338c85

View File

@@ -960,3 +960,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;