]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/simplebook.h
Add test for absence of events from wxSpinCtrlDouble ctor.
[wxWidgets.git] / interface / wx / simplebook.h
index 2fe9c5f67c7f0fb6e5af3ddd441ae295aec3f350..fb88948f5b38c19db1b89c505d056c943ff54867 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        wx/simplebook.h
 // Purpose:     wxSimplebook public API documentation.
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -27,8 +26,8 @@
     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}