]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/simplebook.h
Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / interface / wx / simplebook.h
index 2fe9c5f67c7f0fb6e5af3ddd441ae295aec3f350..b0ae879436bd6afd47b1d8714109b612b48ac32d 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        wx/simplebook.h
 // Purpose:     wxSimplebook public API documentation.
 // Author:      wxWidgets team
 // Name:        wx/simplebook.h
 // Purpose:     wxSimplebook public API documentation.
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
     appearance of its own.
 
     There are also no special events, this class reuses
     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().
 
     the program calls SetSelection().
 
-    @library{none}
+    @library{wxcore}
     @category{bookctrl}
 
     @see wxBookCtrl, wxNotebook, @ref page_samples_notebook
     @category{bookctrl}
 
     @see wxBookCtrl, wxNotebook, @ref page_samples_notebook