notebook creation bug fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1999-05-19 01:15:40 +00:00
parent dabc0cd5c1
commit 5ad998f280

View File

@ -68,7 +68,8 @@
BEGIN_EVENT_TABLE(wxNotebook, wxControl)
EVT_NOTEBOOK_PAGE_CHANGED(-1, wxNotebook::OnSelChange)
EVT_WINDOW_CREATE(wxNotebook::OnWindowCreate)
// doesn't work yet EVT_WINDOW_CREATE(wxNotebook::OnWindowCreate)
EVT_SIZE(wxNotebook::OnWindowCreate)
EVT_SET_FOCUS(wxNotebook::OnSetFocus)