X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8c023dee921d6ce6f8a849c269b5622f111a0503..ffe107c8c07b32934b795f3e12d70e479060a3bc:/src/generic/laywin.cpp diff --git a/src/generic/laywin.cpp b/src/generic/laywin.cpp index b418869ad2..da48775938 100644 --- a/src/generic/laywin.cpp +++ b/src/generic/laywin.cpp @@ -33,6 +33,9 @@ IMPLEMENT_DYNAMIC_CLASS(wxQueryLayoutInfoEvent, wxEvent) IMPLEMENT_DYNAMIC_CLASS(wxCalculateLayoutEvent, wxEvent) +DEFINE_EVENT_TYPE(wxEVT_QUERY_LAYOUT_INFO) +DEFINE_EVENT_TYPE(wxEVT_CALCULATE_LAYOUT) + #if wxUSE_SASH IMPLEMENT_CLASS(wxSashLayoutWindow, wxSashWindow)