git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39341
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// 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