]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbook.h
Initial commit of wxAUI
[wxWidgets.git] / include / wx / listbook.h
index 61f06d573176025837bbe8291b2ea04be20131d1..b8022730f76c444daa5aa6f39cb6bbd9771489a5 100644 (file)
@@ -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);