X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8c023dee921d6ce6f8a849c269b5622f111a0503..87df17a11b0017d31c09f767bd921abb27193bee:/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)