X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75865c8dc71e1bf6fb4411636e2418e97cf5edb0..3f26ef31422b9d1496d9f19d53a489f6f04a1090:/include/wx/listbook.h diff --git a/include/wx/listbook.h b/include/wx/listbook.h index 61f06d5731..b8022730f7 100644 --- a/include/wx/listbook.h +++ b/include/wx/listbook.h @@ -78,6 +78,9 @@ protected: // get the size which the list control should have virtual wxSize GetControllerSize() const; + // return the page corresponding to the tab at the specified position + virtual int HitTest(const wxPoint& pt, long *flags = NULL) const; + // event handlers void OnListSelected(wxListEvent& event); void OnSize(wxSizeEvent& event);