X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc699de848bcead97528901420ee975df1b9442a..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/simplebook.h?ds=sidebyside diff --git a/interface/wx/simplebook.h b/interface/wx/simplebook.h index 2fe9c5f67c..b0ae879436 100644 --- a/interface/wx/simplebook.h +++ b/interface/wx/simplebook.h @@ -2,7 +2,6 @@ // Name: wx/simplebook.h // Purpose: wxSimplebook public API documentation. // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -27,11 +26,11 @@ appearance of its own. There are also no special events, this class reuses - @c wxEVT_COMMAND_BOOKCTRL_PAGE_CHANGING and @c - wxEVT_COMMAND_BOOKCTRL_PAGE_CHANGED events for the events it generates if + @c wxEVT_BOOKCTRL_PAGE_CHANGING and @c + wxEVT_BOOKCTRL_PAGE_CHANGED events for the events it generates if the program calls SetSelection(). - @library{none} + @library{wxcore} @category{bookctrl} @see wxBookCtrl, wxNotebook, @ref page_samples_notebook