// hit test
virtual int HitTest(const wxPoint& pt, long *flags = NULL) const;
-
+
// calculate size for wxNotebookSizer
wxSize CalcSizeFromPage(const wxSize& sizePage) const;
wxRect GetPageRect() const ;
// -------------------
virtual void Command(wxCommandEvent& event);
// osx specific event handling common for all osx-ports
-
- virtual bool HandleClicked( double timestampsec );
+
+ virtual bool OSXHandleClicked( double timestampsec );
protected:
virtual wxNotebookPage *DoRemovePage(size_t page) ;