]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/notebook.h
avoid infinite recursion for richtooltops, (hopefully) fixes #15070
[wxWidgets.git] / interface / wx / notebook.h
index 59829ac0d82fc7d3ab38a3033bda250d6ad06b65..9abb37ba47907fd374bd36828d6fc99a8194709f 100644 (file)
@@ -26,6 +26,10 @@ enum
 #define wxNB_NOPAGETHEME      0x0400
 #define wxNB_FLAT             0x0800
 
+wxEventType wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED;
+wxEventType wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING;
+
+
 /**
     @class wxNotebook
 
@@ -106,7 +110,7 @@ enum
 
     @library{wxcore}
     @category{bookctrl}
-    @appearance{notebook.png}
+    @appearance{notebook}
 
     @see wxBookCtrl, wxBookCtrlEvent, wxImageList, @ref page_samples_notebook
 */