]> git.saurik.com Git - wxWidgets.git/commit
avoid conflict between wxBookCtrlBase::DoSetSelection() and the derived classes;...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Oct 2006 21:29:12 +0000 (21:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Oct 2006 21:29:12 +0000 (21:29 +0000)
commitdeb325e3b21d956705214520b172ae8bf898a1ae
treebf6e10df9c6cf67dd808831fcdf7e107f455340f
parent6500a868fe571da49a36487a1942b12e5393ab4a
avoid conflict between wxBookCtrlBase::DoSetSelection() and the derived classes; refactor more common code into the base class

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/bookctrl.h
include/wx/choicebk.h
include/wx/listbook.h
include/wx/toolbook.h
src/common/bookctrl.cpp
src/generic/choicbkg.cpp
src/generic/listbkg.cpp
src/generic/toolbkg.cpp