git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54179
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// return false if window wasn't closed because the application vetoed the
// close event
// return false if window wasn't closed because the application vetoed the
// close event
- return GetEventHandler()->ProcessEvent(event) && !event.GetVeto();
+ return HandleWindowEvent(event) && !event.GetVeto();
}
bool wxWindowBase::DestroyChildren()
}
bool wxWindowBase::DestroyChildren()