moved wxNotebook::HitTest() to the base book control class; implemented it for wxList...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 26 May 2006 02:09:44 +0000 (02:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 26 May 2006 02:09:44 +0000 (02:09 +0000)
commit851b88c310ac064e826dfd011d02c6dc5301fc35
tree457d603ac626cec131303ffe0c45f517ac49f9e4
parent61d702d9e6d9d634d0836165368bb32aeec80f9c
moved wxNotebook::HitTest() to the base book control class; implemented it for wxList/Treebook

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/bookctrl.h
include/wx/listbook.h
include/wx/treebook.h
src/generic/listbkg.cpp
src/generic/treebkg.cpp