X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12b5f4b4d2d8a07962da7ba3b78c8c1ec2634a67..bdb40fa63eafd1b6b0b25e2d8142bff75a92421d:/include/wx/osx/notebook.h?ds=sidebyside diff --git a/include/wx/osx/notebook.h b/include/wx/osx/notebook.h index ff60922e2a..3be36587ad 100644 --- a/include/wx/osx/notebook.h +++ b/include/wx/osx/notebook.h @@ -82,7 +82,7 @@ public: // 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 ; @@ -118,7 +118,7 @@ public: // ------------------- virtual void Command(wxCommandEvent& event); // osx specific event handling common for all osx-ports - + virtual bool OSXHandleClicked( double timestampsec ); protected: