]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/bookctrl.h
wxSocket::Initialize() and Shutdown() are for main thread only.
[wxWidgets.git] / interface / wx / bookctrl.h
index 2039da442d8a322d248a2bd3a1337c4054b306b9..4407e51c28147e061721d7e3d48aa5e2fe47b3cb 100644 (file)
@@ -23,7 +23,7 @@
     This is a pure virtual class so you cannot allocate it directly.
 
     @library{wxcore}
-    @category{miscwnd}
+    @category{bookctrl}
 
     @see @ref overview_bookctrl
 */
@@ -168,7 +168,7 @@ public:
         This function behaves as SetSelection() but does @em not generate the
         page changing events.
 
-        See @ref overview_eventhandling_prog for more information.
+        See @ref overview_events_prog for more information.
     */
     virtual int ChangeSelection(size_t page) = 0;
 
@@ -363,7 +363,7 @@ public:
     probably unnecessary to process both events at once.
 
     @library{wxcore}
-    @category{events}
+    @category{events,bookctrl}
 
     @see wxNotebook, wxListbook, wxChoicebook, wxTreebook, wxToolbook
 */