]> git.saurik.com Git - wxWidgets.git/commit - src/palmos/notebook.cpp
use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667)
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Aug 2008 13:46:46 +0000 (13:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Aug 2008 13:46:46 +0000 (13:46 +0000)
commit3e97a905185a72c04a7feb67c7885ab4412100ee
treedd80096c0ad24583dffda37a8958efcac6d1fea2
parent10f41d50ffd0d58a9cc34e417ea1ad27b253d89b
use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
37 files changed:
include/wx/bookctrl.h
include/wx/choicebk.h
include/wx/generic/mdig.h
include/wx/generic/notebook.h
include/wx/gtk/button.h
include/wx/listbook.h
include/wx/motif/mdi.h
include/wx/msw/notebook.h
include/wx/notebook.h
include/wx/os2/notebook.h
include/wx/osx/carbon/notebook.h
include/wx/palmos/notebook.h
include/wx/toolbook.h
include/wx/treebook.h
interface/wx/bookctrl.h
interface/wx/choicebk.h
interface/wx/event.h
interface/wx/notebook.h
interface/wx/treebook.h
src/cocoa/notebook.mm
src/common/bookctrl.cpp
src/common/nbkbase.cpp
src/generic/choicbkg.cpp
src/generic/listbkg.cpp
src/generic/mdig.cpp
src/generic/notebook.cpp
src/generic/toolbkg.cpp
src/generic/treebkg.cpp
src/gtk/notebook.cpp
src/gtk1/notebook.cpp
src/motif/mdi.cpp
src/msw/notebook.cpp
src/os2/notebook.cpp
src/os2/window.cpp
src/osx/carbon/notebmac.cpp
src/palmos/notebook.cpp
src/univ/notebook.cpp