]> git.saurik.com Git - wxWidgets.git/commit
added wxBookCtrl::ChangeSelection() which is the same as SetSelection() but doesn...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Oct 2006 17:37:23 +0000 (17:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Oct 2006 17:37:23 +0000 (17:37 +0000)
commit1d6fcbcc7088e9c104b3dc5b4704a07f728d55ae
treee71cd08ad4b59a27d5a3f5d5bba1be3a66d975ae
parent982a44cc9fc00dfe37d50488c89785302af55074
added wxBookCtrl::ChangeSelection() which is the same as SetSelection() but doesn't send the page change events (second part of patch 1553551)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
30 files changed:
docs/latex/wx/notebook.tex
docs/latex/wx/treebook.tex
include/wx/bookctrl.h
include/wx/choicebk.h
include/wx/cocoa/notebook.h
include/wx/generic/notebook.h
include/wx/gtk/notebook.h
include/wx/gtk1/notebook.h
include/wx/listbook.h
include/wx/mac/carbon/notebook.h
include/wx/msw/notebook.h
include/wx/os2/notebook.h
include/wx/palmos/notebook.h
include/wx/toolbook.h
include/wx/treebook.h
include/wx/univ/notebook.h
samples/notebook/notebook.cpp
samples/notebook/notebook.h
src/common/bookctrl.cpp
src/generic/choicbkg.cpp
src/generic/listbkg.cpp
src/generic/toolbkg.cpp
src/generic/treebkg.cpp
src/gtk/notebook.cpp
src/gtk1/notebook.cpp
src/mac/carbon/notebmac.cpp
src/msw/notebook.cpp
src/os2/notebook.cpp
src/palmos/notebook.cpp
src/univ/notebook.cpp