X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/630ad6c6b620b4c24cd5b720b610b539e2770d60..c1158f7b91ddebd5c354d008286e22db37128aac:/include/wx/os2/notebook.h diff --git a/include/wx/os2/notebook.h b/include/wx/os2/notebook.h index 30a3a81031..83b964c0bf 100644 --- a/include/wx/os2/notebook.h +++ b/include/wx/os2/notebook.h @@ -23,7 +23,7 @@ // wxNotebook // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxNotebook : public wxNotebookBase +class WXDLLIMPEXP_CORE wxNotebook : public wxNotebookBase { public: // @@ -66,6 +66,9 @@ public: // int SetSelection(size_t nPage); + // changes selected page without sending events + int ChangeSelection(size_t nPage); + // // Get the currently selected page // @@ -152,7 +155,7 @@ public: // --------- // void OnSize(wxSizeEvent& rEvent); - void OnSelChange(wxNotebookEvent& rEvent); + void OnSelChange(wxBookCtrlEvent& rEvent); void OnSetFocus(wxFocusEvent& rEvent); void OnNavigationKey(wxNavigationKeyEvent& rEvent);