+ // return the page corresponding to the tab at the specified position
+ virtual int HitTest(const wxPoint& pt, long *flags = NULL) const;
+
+ void UpdateSelectedPage(size_t newsel);
+
+ wxBookCtrlBaseEvent* CreatePageChangingEvent() const;
+ void MakeChangedEvent(wxBookCtrlBaseEvent &event);
+