]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/notebook.h
deprecate OnScroll() which existed for compatibility only even before
[wxWidgets.git] / include / wx / notebook.h
index 01b962694db5d176bd1f18a7b637395c6939ad43..ddc7ef40edb2a9997c0d7a7c38e74781512e7052 100644 (file)
@@ -111,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)