From 3276179da6b3b1e5a21238567da7e59a480c315b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 26 May 2006 02:22:24 +0000 Subject: [PATCH 1/1] 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@39341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/notebook.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/wx/notebook.h b/include/wx/notebook.h index fe22a53056..ec2065c5e3 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -75,13 +75,6 @@ public: // set the size of the tabs for wxNB_FIXEDWIDTH controls virtual void SetTabSize(const wxSize& sz) = 0; - // hit test, returns which tab is hit and, optionally, where (icon, label) - // (not implemented on all platforms) - virtual int HitTest(const wxPoint& WXUNUSED(pt), - long * WXUNUSED(flags) = NULL) const - { - return wxNOT_FOUND; - } // implement some base class functions -- 2.45.2