From 28bfeb73530f7a9ecaaa8f2415021ebfa398dd70 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 14 Jun 1998 23:13:36 +0000 Subject: [PATCH] added notebook events: wxEVT_COMMAND_NOTEBOOK_PAGE_CHANG(ED|ING) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@99 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/event.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/wx/event.h b/include/wx/event.h index 483a2ad797..11e5e3ba71 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -173,10 +173,11 @@ enum { wxEVT_COMMAND_LIST_INSERT_ITEM, wxEVT_COMMAND_LIST_COL_CLICK, - /* Tab control event types */ + /* Tab and notebook control event types */ wxEVT_COMMAND_TAB_SEL_CHANGED, - wxEVT_COMMAND_TAB_SEL_CHANGING - + wxEVT_COMMAND_TAB_SEL_CHANGING, + wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED, + wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING, }; // Compatibility -- 2.50.0