]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/notebook.h
synchronize GTK2 minimum version in docs
[wxWidgets.git] / interface / wx / notebook.h
index 59829ac0d82fc7d3ab38a3033bda250d6ad06b65..36101d3a0e94858c412cdc6462cea6660d7a409f 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