X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e40298d54ecd5b109222a7c60aa2ef084a304d69..8ec1974ea170256698381cc47dd1dcd6cb494433:/include/wx/mac/notebook.h diff --git a/include/wx/mac/notebook.h b/include/wx/mac/notebook.h index 316cb94f1b..76f43438eb 100644 --- a/include/wx/mac/notebook.h +++ b/include/wx/mac/notebook.h @@ -48,14 +48,14 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, - const wxString& name = "notebook"); + const wxString& name = wxT("notebook")); // Create() function bool Create(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, - const wxString& name = "notebook"); + const wxString& name = wxT("notebook")); // dtor ~wxNotebook(); @@ -85,7 +85,7 @@ public: virtual void SetTabSize(const wxSize& sz); // calculate size for wxNotebookSizer - wxSize CalcSizeFromPage(const wxSize& sizePage); + wxSize CalcSizeFromPage(const wxSize& sizePage) const; /* // get number of pages in the dialog @@ -135,7 +135,7 @@ public: virtual void Command(wxCommandEvent& event); protected: virtual wxNotebookPage *DoRemovePage(int page) ; - virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart ) ; + virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ; // common part of all ctors void Init();