]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/simplebook.h
support for iPhone callbacks
[wxWidgets.git] / interface / wx / simplebook.h
index 2fe9c5f67c7f0fb6e5af3ddd441ae295aec3f350..7291c129d646c46b083b62536a79e4f02b332ec6 100644 (file)
@@ -27,8 +27,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}