]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/notebook.h
store our styles in wxSpinCtrlGenericBase ctor (needed to make the changes of r59410...
[wxWidgets.git] / interface / wx / notebook.h
index d323d92e1384e5099a797e611b24f7e48a64b3e2..19b575d27ebece19090e2367a1890ec37945cc86 100644 (file)
@@ -42,7 +42,7 @@
     The styles wxNB_LEFT, RIGHT and BOTTOM are not supported under
     Microsoft Windows XP when using visual themes.
 
-    @beginEventTable{wxBookCtrlEvent}
+    @beginEventEmissionTable{wxBookCtrlEvent}
     @event{EVT_NOTEBOOK_PAGE_CHANGED(id, func)}
         The page selection was changed.
         Processes a @c wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED event.
@@ -65,7 +65,7 @@
 
     To disable themed pages globally:
     @code
-    wxSystemOptions::SetOption(wxT("msw.notebook.themed-background"), 0);
+    wxSystemOptions::SetOption("msw.notebook.themed-background", 0);
     @endcode
 
     Set the value to 1 to enable it again.
@@ -85,7 +85,7 @@
 
 
     @library{wxcore}
-    @category{miscwnd}
+    @category{bookctrl}
     @appearance{notebook.png}
 
     @see wxBookCtrl, wxBookCtrlEvent, wxImageList, @ref page_samples_notebook