1. wxNotifyEvent documented
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 25 May 1999 13:38:50 +0000 (13:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 25 May 1999 13:38:50 +0000 (13:38 +0000)
commit4d0f3cd6ac9b38521b35f21cb94ef7d72aa34b9e
treeb78e7f1c1cfe33872a2a65e41ccf343631ca489b
parent3c679789bdbc8b42b7b71828b0f02f97614ee574
1. wxNotifyEvent documented
2. wxNotebook event now derives from it under wxGTK too - fixing the
   PAGE_CHANGING event handling bug
3. the controls sample demonstrates PAGE_CHANGING in action

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/classes.tex
docs/latex/wx/noteevt.tex
docs/latex/wx/notifevt.tex [new file with mode: 0644]
include/wx/gtk/notebook.h
include/wx/gtk1/notebook.h
include/wx/msw/notebook.h
include/wx/notebook.h
samples/controls/controls.cpp