X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e97a905185a72c04a7feb67c7885ab4412100ee..bca1504431b705669a16dc6dcd897d835c1a00b4:/include/wx/notebook.h diff --git a/include/wx/notebook.h b/include/wx/notebook.h index 060bf6dc7c..ddc7ef40ed 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -68,13 +68,6 @@ public: wxNotebookBase() { } - wxNotebookBase(wxWindow *parent, - wxWindowID winid, - const wxPoint& pos = wxDefaultPosition, - const wxSize& size = wxDefaultSize, - long style = 0, - const wxString& name = wxNotebookNameStr) ; - // wxNotebook-specific additions to wxBookCtrlBase interface // --------------------------------------------------------- @@ -118,8 +111,10 @@ protected: // notebook event class and related stuff // ---------------------------------------------------------------------------- -// wxNotebookEvent is obsolete and defined for compatibility only -typedef wxBookCtrlEvent wxNotebookEvent; +// wxNotebookEvent is obsolete and defined for compatibility only (notice that +// we use #define and not typedef to also keep compatibility with the existing +// code which forward declares it) +#define wxNotebookEvent wxBookCtrlEvent typedef wxBookCtrlEventFunction wxNotebookEventFunction; #define wxNotebookEventHandler(func) wxBookCtrlEventHandler(func)