X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e33de15b5d050e5c3a781e6f1ec059405f72c9b..9bd5c5fcda3fe2222bf37f1615961516d6b40e7f:/include/wx/cocoa/notebook.h?ds=inline diff --git a/include/wx/cocoa/notebook.h b/include/wx/cocoa/notebook.h index 8083ec895b..e158a18fdd 100644 --- a/include/wx/cocoa/notebook.h +++ b/include/wx/cocoa/notebook.h @@ -17,7 +17,7 @@ // ======================================================================== // wxNotebook // ======================================================================== -class WXDLLEXPORT wxNotebook: public wxNotebookBase, protected wxCocoaNSTabView +class WXDLLIMPEXP_CORE wxNotebook: public wxNotebookBase, protected wxCocoaNSTabView { DECLARE_DYNAMIC_CLASS(wxNotebook) DECLARE_EVENT_TABLE() @@ -56,7 +56,7 @@ protected: // ------------------------------------------------------------------------ public: // set the currently selected page, return the index of the previously - // selected one (or -1 on error) + // selected one (or wxNOT_FOUND on error) int SetSelection(size_t nPage); // get the currently selected page int GetSelection() const; @@ -97,7 +97,7 @@ public: wxNotebookPage *win, const wxString& strText, bool bSelect = false, - int imageId = -1 ); + int imageId = NO_IMAGE ); protected: };