]> git.saurik.com Git - wxWidgets.git/commitdiff
moved wxNotebook::HitTest() to the base book control class; implemented it for wxList...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 26 May 2006 02:22:24 +0000 (02:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 26 May 2006 02:22:24 +0000 (02:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/notebook.h

index fe22a53056edb261255e30df2aeada392dca41ee..ec2065c5e3070d92dfb09f4496c78e51fa976c29 100644 (file)
@@ -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