Add AUI event types

This commit is contained in:
Robin Dunn
2016-10-25 19:10:37 -07:00
parent 107d6551c0
commit 90059c0cf9

View File

@@ -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;